protected property FieldNormalizer::$supportedInterfaceOrClass in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/hal/src/Normalizer/FieldNormalizer.php \Drupal\hal\Normalizer\FieldNormalizer::supportedInterfaceOrClass
The interface or class that this Normalizer supports.
Type: string
Overrides NormalizerBase::$supportedInterfaceOrClass
File
- core/
modules/ hal/ src/ Normalizer/ FieldNormalizer.php, line 23 - Contains \Drupal\hal\Normalizer\FieldNormalizer.
Class
- FieldNormalizer
- Converts the Drupal field structure to HAL array structure.
Namespace
Drupal\hal\NormalizerCode
protected $supportedInterfaceOrClass = 'Drupal\\Core\\Field\\FieldItemListInterface';