|
Serializer::supportsEncoding |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Serializer.php |
Checks whether the serializer can encode to given format |
|
JsonEncode::supportsEncoding |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/JsonEncode.php |
Checks whether the serializer can encode to given format |
|
XmlEncoder::supportsEncoding |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/XmlEncoder.php |
Checks whether the serializer can encode to given format |
|
XmlEncoder::supportsEncoding |
function |
drupal/core/modules/serialization/lib/Drupal/serialization/Encoder/XmlEncoder.php |
Implements \Symfony\Component\Serializer\Encoder\JsonEncoder::supportsEncoding(). |
|
JsonEncoder::supportsEncoding |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/JsonEncoder.php |
Checks whether the serializer can encode to given format |
|
JsonEncoder::supportsEncoding |
function |
drupal/core/modules/serialization/lib/Drupal/serialization/Encoder/JsonEncoder.php |
Overrides Symfony\Component\Serializer\Encoder\JsonEncoder::supportEncoding(). |
|
JsonEncoder::supportsEncoding |
function |
drupal/core/modules/hal/lib/Drupal/hal/Encoder/JsonEncoder.php |
Overrides \Symfony\Component\Serializer\Encoder\JsonEncoder::supportsEncoding() |
|
ChainEncoder::supportsEncoding |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/ChainEncoder.php |
Checks whether the serializer can encode to given format |
|
EncoderInterface::supportsEncoding |
function |
drupal/core/vendor/symfony/serializer/Symfony/Component/Serializer/Encoder/EncoderInterface.php |
Checks whether the serializer can encode to given format |
|
SerializationTestEncoder::supportsEncoding |
function |
drupal/core/modules/serialization/tests/serialization_test/lib/Drupal/serialization_test/SerializationTestEncoder.php |
Implements \Symfony\Component\Serializer\Encoder\EncoderInterface::supportsEncoding(). |