You are here

protected property DateTimeIso8601Normalizer::$supportedInterfaceOrClass in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/serialization/src/Normalizer/DateTimeIso8601Normalizer.php \Drupal\serialization\Normalizer\DateTimeIso8601Normalizer::supportedInterfaceOrClass

The interface or class that this Normalizer supports.

Type: string|array

Overrides DateTimeNormalizer::$supportedInterfaceOrClass

File

core/modules/serialization/src/Normalizer/DateTimeIso8601Normalizer.php, line 35

Class

DateTimeIso8601Normalizer
Converts values for the DateTimeIso8601 data type to RFC3339.

Namespace

Drupal\serialization\Normalizer

Code

protected $supportedInterfaceOrClass = DateTimeIso8601::class;