function Serializer::supportsNormalization
File
- 
              core/modules/ jsonapi/ src/ Serializer/ Serializer.php, line 83 
Class
- Serializer
- Overrides the Symfony serializer to cordon off our incompatible normalizers.
Namespace
Drupal\jsonapi\SerializerCode
public function supportsNormalization($data, $format = NULL, array $context = []) {
  return $this->selfSupportsNormalization($data, $format, $context) || $this->fallbackNormalizer
    ->supportsNormalization($data, $format, $context);
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
