protected property FieldItemNormalizer::$supportedInterfaceOrClass

The interface or class that this Normalizer supports.

Type: string

Overrides NormalizerBase::$supportedInterfaceOrClass

File

drupal/core/modules/hal/lib/Drupal/hal/Normalizer/FieldItemNormalizer.php, line 22
Contains \Drupal\hal\Normalizer\FieldItemNormalizer.

Class

FieldItemNormalizer
Converts the Drupal field item object structure to HAL array structure.

Namespace

Drupal\hal\Normalizer

Code

protected $supportedInterfaceOrClass = 'Drupal\\Core\\Entity\\Field\\FieldItemInterface';