Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 9.x
»
EncoderInterface.php
»
EncoderInterface
»
EncoderInterface::supportsEncoding
Search Drupal 9.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 9.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
Deprecated
6 methods override EncoderInterface::supportsEncoding()
ChainEncoder::supportsEncoding
in drupal/
core/
vendor/
symfony/
serializer/
Symfony/
Component/
Serializer/
Encoder/
ChainEncoder.php
Checks whether the serializer can encode to given format
JsonEncode::supportsEncoding
in drupal/
core/
vendor/
symfony/
serializer/
Symfony/
Component/
Serializer/
Encoder/
JsonEncode.php
Checks whether the serializer can encode to given format
JsonEncoder::supportsEncoding
in drupal/
core/
vendor/
symfony/
serializer/
Symfony/
Component/
Serializer/
Encoder/
JsonEncoder.php
Checks whether the serializer can encode to given format
SerializationTestEncoder::supportsEncoding
in drupal/
core/
modules/
system/
tests/
modules/
serialization_test/
lib/
Drupal/
serialization_test/
SerializationTestEncoder.php
Checks whether this encoder can encode to the requested format.
Serializer::supportsEncoding
in drupal/
core/
vendor/
symfony/
serializer/
Symfony/
Component/
Serializer/
Serializer.php
Checks whether the serializer can encode to given format
XmlEncoder::supportsEncoding
in drupal/
core/
vendor/
symfony/
serializer/
Symfony/
Component/
Serializer/
Encoder/
XmlEncoder.php
Checks whether the serializer can encode to given format