function TestNormalizerBase::normalize
File
-
core/
modules/ serialization/ tests/ src/ Unit/ Normalizer/ NormalizerBaseTest.php, line 95
Class
- TestNormalizerBase
- Testable class for NormalizerBase.
Namespace
Drupal\Tests\serialization\Unit\NormalizerCode
public function normalize($object, $format = NULL, array $context = []) : array|string|int|float|bool|\ArrayObject|null {
return NULL;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.