You are here

protected property ConfigEntityNormalizer::$supportedInterfaceOrClass in Zircon Profile 8

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

The interface or class that this Normalizer supports.

Type: array

Overrides EntityNormalizer::$supportedInterfaceOrClass

File

core/modules/serialization/src/Normalizer/ConfigEntityNormalizer.php, line 20
Contains \Drupal\serialization\Normalizer\ConfigEntityNormalizer.

Class

ConfigEntityNormalizer
Normalizes/denormalizes Drupal config entity objects into an array structure.

Namespace

Drupal\serialization\Normalizer

Code

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