|
Serializer::supportsDenormalization |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Serializer.php |
Checks whether the given class is supported for denormalization by this normalizer |
|
CustomNormalizer::supportsDenormalization |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Normalizer/CustomNormalizer.php |
Checks if the given class implements the NormalizableInterface. |
|
DenormalizerInterface::supportsDenormalization |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Normalizer/DenormalizerInterface.php |
Checks whether the given class is supported for denormalization by this normalizer |
|
GetSetMethodNormalizer::supportsDenormalization |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Normalizer/GetSetMethodNormalizer.php |
Checks whether the given class is supported for denormalization by this normalizer |
|
CustomNormalizerTest::testSupportsDenormalization |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Normalizer/CustomNormalizerTest.php |
|