ConfigEntityNormalizer::$supportedInterfaceOrClass

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

Type: supportedInterfaceOrClass

Overrides EntityNormalizer::$supportedInterfaceOrClass

File

core/modules/serialization/src/Normalizer/ConfigEntityNormalizer.php, line 15

Class

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

Namespace

Drupal\serialization\Normalizer

Code

protected $supportedInterfaceOrClass = ConfigEntityInterface::class;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.