function SerializationTestNormalizer::supportsNormalization
File
- 
              core/modules/ serialization/ tests/ serialization_test/ src/ SerializationTestNormalizer.php, line 30 
Class
Namespace
Drupal\serialization_testCode
public function supportsNormalization($data, ?string $format = NULL, array $context = []) : bool {
  return static::$format === $format;
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
