You are here

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

Same name and namespace in other branches
  1. 8 modules/bibcite_entity/src/Normalizer/ReferenceNormalizerBase.php \Drupal\bibcite_entity\Normalizer\ReferenceNormalizerBase::supportedInterfaceOrClass

The interface or class that this Normalizer supports.

Type: array

Overrides EntityNormalizer::$supportedInterfaceOrClass

File

modules/bibcite_entity/src/Normalizer/ReferenceNormalizerBase.php, line 82

Class

ReferenceNormalizerBase
Base normalizer class for bibcite formats.

Namespace

Drupal\bibcite_entity\Normalizer

Code

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