TestNormalizerBase::$supportedTypes
Same name in other branches
- 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\NormalizerCode
protected array $supportedTypes = [
'*' => FALSE,
];
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.