TestNormalizerBase::$supportedTypes

Same name and namespace in other branches
  1. 11.x core/modules/serialization/tests/src/Unit/Normalizer/NormalizerBaseTest.php \Drupal\Tests\serialization\Unit\Normalizer\TestNormalizerBase::supportedTypes

The interface or class that this Normalizer supports.

Type: string[]

File

core/modules/serialization/tests/src/Unit/Normalizer/NormalizerBaseTest.php, line 73

Class

TestNormalizerBase
Test class for NormalizerBase.

Namespace

Drupal\Tests\serialization\Unit\Normalizer

Code

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

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