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 |
NormalizerBase::supportsDenormalization |
function |
drupal/core/modules/hal/lib/Drupal/hal/Normalizer/NormalizerBase.php |
Implements \Symfony\Component\Serializer\Normalizer\DenormalizerInterface::supportsDenormalization() |
CustomNormalizer::supportsDenormalization |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Normalizer/CustomNormalizer.php |
Checks if the given class implements the NormalizableInterface. |
TestDenormalizer::supportsDenormalization |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Tests/Normalizer/TestDenormalizer.php |
Checks whether the given class is supported for denormalization by this normalizer |
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 |
|