You are here

protected property ListNormalizer::$supportedInterfaceOrClass in Zircon Profile 8

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

The interface or class that this Normalizer supports.

Type: string

Overrides NormalizerBase::$supportedInterfaceOrClass

File

core/modules/serialization/src/Normalizer/ListNormalizer.php, line 26
Contains \Drupal\serialization\Normalizer\ListNormalizer.

Class

ListNormalizer
Converts list objects to arrays.

Namespace

Drupal\serialization\Normalizer

Code

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