protected property EntityReferenceItemNormalizer::$supportedInterfaceOrClass in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/hal/src/Normalizer/EntityReferenceItemNormalizer.php \Drupal\hal\Normalizer\EntityReferenceItemNormalizer::supportedInterfaceOrClass
The interface or class that this Normalizer supports.
Type: string
Overrides FieldItemNormalizer::$supportedInterfaceOrClass
File
- core/
modules/ hal/ src/ Normalizer/ EntityReferenceItemNormalizer.php, line 25 - Contains \Drupal\hal\Normalizer\EntityReferenceItemNormalizer.
Class
- EntityReferenceItemNormalizer
- Converts the Drupal entity reference item object to HAL array structure.
Namespace
Drupal\hal\NormalizerCode
protected $supportedInterfaceOrClass = 'Drupal\\Core\\Field\\Plugin\\Field\\FieldType\\EntityReferenceItem';