You are here

public function MetatagNormalizer::supportsDenormalization in Metatag 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/MetatagNormalizer.php, line 49

Class

MetatagNormalizer
Normalizes metatag into the viewed entity.

Namespace

Drupal\metatag\Normalizer

Code

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