This class seems to be duplicated in your project.
Duplicated code is one of the most pungent code smells. If you need to duplicate
the same code in three or more different places, we strongly encourage you to
look into extracting the code into a single class or operation.
You can also find more detailed suggestions in the “Code” section of your repository.
The property Drupal\Driver\Plugin\Dri...xonomyTermDrupal8::$tid has been deprecated with message: Use id() instead.
This property has been deprecated. The supplier of the class has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the property will be
removed from the class and what other property to use instead.
The property Drupal\Driver\Plugin\Dri...xonomyTermDrupal8::$tid has been deprecated with message: Use id() instead.
This property has been deprecated. The supplier of the class has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the property will be
removed from the class and what other property to use instead.
Loading history...
47
}
48
49
/**
50
* {@inheritdoc}
51
*/
52
public function getBundleKeyLabels()
53
{
54
// Previously we made 'vocabulary_machine_name' available as a more
55
// human-friendly alternative to 'vid' for the bundle field identifier.
56
// This is now unnecessary as the label 'vocabulary' is available
57
// automatically, but it is supported here for backwards-compatibility.
Duplicated code is one of the most pungent code smells. If you need to duplicate the same code in three or more different places, we strongly encourage you to look into extracting the code into a single class or operation.
You can also find more detailed suggestions in the “Code” section of your repository.