You are here

public function DataDefinitionNormalizer::supportsDenormalization in JSON:API Schema 8

Implements \Symfony\Component\Serializer\Normalizer\DenormalizerInterface::supportsDenormalization()

This class doesn't implement DenormalizerInterface, but most of its child classes do. Therefore, this method is implemented at this level to reduce code duplication.

Overrides NormalizerBase::supportsDenormalization

File

src/Normalizer/DataDefinitionNormalizer.php, line 179

Class

DataDefinitionNormalizer
Normalizer for DataDefinitionInterface instances.

Namespace

Drupal\jsonapi_schema\Normalizer

Code

public function supportsDenormalization($data, $type, $format = NULL) {
  return FALSE;
}