function TestNormalizerBase::normalize

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::normalize()

File

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

Class

TestNormalizerBase
Testable class for NormalizerBase.

Namespace

Drupal\Tests\serialization\Unit\Normalizer

Code

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.