You are here

protected property KeywordNormalizer::$supportedInterfaceOrClass in Bibliography & Citation 2.0.x

Same name and namespace in other branches
  1. 8 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\Normalizer

Code

protected $supportedInterfaceOrClass = [
  'Drupal\\bibcite_entity\\Entity\\Keyword',
];