NullNormalizer::$supportedTypes

Same name and namespace in other branches
  1. 11.x core/modules/serialization/src/Normalizer/NullNormalizer.php \Drupal\serialization\Normalizer\NullNormalizer::supportedTypes

The interface or class that this Normalizer supports.

Type: string[]

File

core/modules/serialization/src/Normalizer/NullNormalizer.php, line 15

Class

NullNormalizer
Null normalizer.

Namespace

Drupal\serialization\Normalizer

Code

protected array $supportedTypes = [
    '*' => FALSE,
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.