You are here

8 methods override NormalizerInterface::supportsNormalization() in Zircon Profile 8

CustomNormalizer::supportsNormalization in vendor/symfony/serializer/Normalizer/CustomNormalizer.php
Checks if the given class implements the NormalizableInterface.
GetSetMethodNormalizer::supportsNormalization in vendor/symfony/serializer/Normalizer/GetSetMethodNormalizer.php
Checks whether the given class is supported for normalization by this normalizer.
NormalizerBase::supportsNormalization in core/modules/serialization/src/Normalizer/NormalizerBase.php
Checks whether the given class is supported for normalization by this normalizer.
ObjectNormalizer::supportsNormalization in vendor/symfony/serializer/Normalizer/ObjectNormalizer.php
Checks whether the given class is supported for normalization by this normalizer.
PropertyNormalizer::supportsNormalization in vendor/symfony/serializer/Normalizer/PropertyNormalizer.php
Checks whether the given class is supported for normalization by this normalizer.
SerializationTestNormalizer::supportsNormalization in core/modules/serialization/tests/serialization_test/src/SerializationTestNormalizer.php
Checks whether format is supported by this normalizer.
Serializer::supportsNormalization in vendor/symfony/serializer/Serializer.php
Checks whether the given class is supported for normalization by this normalizer.
TestNormalizer::supportsNormalization in vendor/symfony/serializer/Tests/Normalizer/TestNormalizer.php
Checks whether the given class is supported for normalization by this normalizer.