ContentEntityNormalizer::$supportedInterfaceOrClass

Same name in this branch
  1. 8.9.x core/modules/serialization/src/Normalizer/ContentEntityNormalizer.php \Drupal\serialization\Normalizer\ContentEntityNormalizer::supportedInterfaceOrClass
Same name and namespace in other branches
  1. 9 core/modules/serialization/src/Normalizer/ContentEntityNormalizer.php \Drupal\serialization\Normalizer\ContentEntityNormalizer::supportedInterfaceOrClass
  2. 9 core/modules/hal/src/Normalizer/ContentEntityNormalizer.php \Drupal\hal\Normalizer\ContentEntityNormalizer::supportedInterfaceOrClass

Type: supportedInterfaceOrClass

Overrides NormalizerBase::$supportedInterfaceOrClass

File

core/modules/hal/src/Normalizer/ContentEntityNormalizer.php, line 34

Class

ContentEntityNormalizer
Converts the Drupal entity object structure to a HAL array structure.

Namespace

Drupal\hal\Normalizer

Code

protected $supportedInterfaceOrClass = ContentEntityInterface::class;

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