The interface or class that this Normalizer supports.
Type: string
Overrides NormalizerBase::$supportedInterfaceOrClass
File
- drupal/core/modules/hal/lib/Drupal/hal/Normalizer/FieldNormalizer.php, line 25
- Contains \Drupal\hal\Normalizer\FieldNormalizer.
Class
- FieldNormalizer
- Converts the Drupal field structure to HAL array structure.
Namespace
Drupal\hal\Normalizer
Code
protected $supportedInterfaceOrClass = 'Drupal\\Core\\Entity\\Field\\FieldInterface';