You are here

protected property EntityNormalizer::$supportedInterfaceOrClass in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/serialization/src/Normalizer/EntityNormalizer.php \Drupal\serialization\Normalizer\EntityNormalizer::supportedInterfaceOrClass

The interface or class that this Normalizer supports.

Type: array

Overrides ComplexDataNormalizer::$supportedInterfaceOrClass

File

core/modules/serialization/src/Normalizer/EntityNormalizer.php, line 24
Contains \Drupal\serialization\Normalizer\EntityNormalizer.

Class

EntityNormalizer
Normalizes/denormalizes Drupal entity objects into an array structure.

Namespace

Drupal\serialization\Normalizer

Code

protected $supportedInterfaceOrClass = array(
  'Drupal\\Core\\Entity\\EntityInterface',
);