Serializer::supportsNormalization |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Serializer.php |
Checks whether the given class is supported for normalization by this normalizer |
TestNormalizer::supportsNormalization |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Normalizer/TestNormalizer.php |
Checks whether the given class is supported for normalization by this normalizer |
NormalizerBase::supportsNormalization |
function |
drupal/core/modules/serialization/lib/Drupal/serialization/Normalizer/NormalizerBase.php |
Implements \Symfony\Component\Serializer\Normalizer\NormalizerInterface::supportsNormalization(). |
NormalizerBase::supportsNormalization |
function |
drupal/core/modules/hal/lib/Drupal/hal/Normalizer/NormalizerBase.php |
Implements \Symfony\Component\Serializer\Normalizer\NormalizerInterface::supportsNormalization(). |
CustomNormalizer::supportsNormalization |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Normalizer/CustomNormalizer.php |
Checks if the given class implements the NormalizableInterface. |
NormalizerInterface::supportsNormalization |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Normalizer/NormalizerInterface.php |
Checks whether the given class is supported for normalization by this normalizer |
GetSetMethodNormalizer::supportsNormalization |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Normalizer/GetSetMethodNormalizer.php |
Checks whether the given class is supported for normalization by this normalizer |
CustomNormalizerTest::testSupportsNormalization |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Normalizer/CustomNormalizerTest.php |
|
SerializationTestNormalizer::supportsNormalization |
function |
drupal/core/modules/serialization/tests/serialization_test/lib/Drupal/serialization_test/SerializationTestNormalizer.php |
Checks whether format is supported by this normalizer. |