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