You are here

protected property ComplexDataNormalizer::$supportedInterfaceOrClass in Zircon Profile 8

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

The interface or class that this Normalizer supports.

Type: string

Overrides NormalizerBase::$supportedInterfaceOrClass

File

core/modules/serialization/src/Normalizer/ComplexDataNormalizer.php, line 27
Contains \Drupal\serialization\Normalizer\ComplexDataNormalizer.

Class

ComplexDataNormalizer
Converts the Drupal entity object structures to a normalized array.

Namespace

Drupal\serialization\Normalizer

Code

protected $supportedInterfaceOrClass = 'Drupal\\Core\\TypedData\\ComplexDataInterface';