protected property TimestampItemNormalizer::$supportedInterfaceOrClass in Drupal 9
Same name in this branch
- 9 core/modules/hal/src/Normalizer/TimestampItemNormalizer.php \Drupal\hal\Normalizer\TimestampItemNormalizer::supportedInterfaceOrClass
- 9 core/modules/serialization/src/Normalizer/TimestampItemNormalizer.php \Drupal\serialization\Normalizer\TimestampItemNormalizer::supportedInterfaceOrClass
Same name and namespace in other branches
- 8 core/modules/hal/src/Normalizer/TimestampItemNormalizer.php \Drupal\hal\Normalizer\TimestampItemNormalizer::supportedInterfaceOrClass
The interface or class that this Normalizer supports.
Type: string|array
Overrides FieldItemNormalizer::$supportedInterfaceOrClass
File
- core/
modules/ hal/ src/ Normalizer/ TimestampItemNormalizer.php, line 22
Class
- TimestampItemNormalizer
- Converts values for TimestampItem to and from common formats for hal.
Namespace
Drupal\hal\NormalizerCode
protected $supportedInterfaceOrClass = TimestampItem::class;