protected property ContributorNormalizer::$supportedInterfaceOrClass in Bibliography & Citation 2.0.x
Same name and namespace in other branches
- 8 modules/bibcite_entity/src/Normalizer/ContributorNormalizer.php \Drupal\bibcite_entity\Normalizer\ContributorNormalizer::supportedInterfaceOrClass
The interface or class that this Normalizer supports.
Type: array
Overrides EntityNormalizer::$supportedInterfaceOrClass
File
- modules/
bibcite_entity/ src/ Normalizer/ ContributorNormalizer.php, line 17
Class
- ContributorNormalizer
- Base normalizer class for bibcite formats.
Namespace
Drupal\bibcite_entity\NormalizerCode
protected $supportedInterfaceOrClass = [
'Drupal\\bibcite_entity\\Entity\\ContributorInterface',
];