Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
DecoderInterface.php
»
DecoderInterface
»
DecoderInterface::decode
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
6 methods override DecoderInterface::decode()
ChainDecoder::decode
in drupal/
core/
vendor/
symfony/
serializer/
Symfony/
Component/
Serializer/
Encoder/
ChainDecoder.php
Decodes a string into PHP data.
JsonDecode::decode
in drupal/
core/
vendor/
symfony/
serializer/
Symfony/
Component/
Serializer/
Encoder/
JsonDecode.php
Decodes data.
JsonEncoder::decode
in drupal/
core/
vendor/
symfony/
serializer/
Symfony/
Component/
Serializer/
Encoder/
JsonEncoder.php
Decodes a string into PHP data.
Serializer::decode
in drupal/
core/
vendor/
symfony/
serializer/
Symfony/
Component/
Serializer/
Serializer.php
Decodes a string into PHP data.
XmlEncoder::decode
in drupal/
core/
vendor/
symfony/
serializer/
Symfony/
Component/
Serializer/
Encoder/
XmlEncoder.php
Decodes a string into PHP data.
XmlEncoder::decode
in drupal/
core/
modules/
serialization/
lib/
Drupal/
serialization/
Encoder/
XmlEncoder.php
Implements \Symfony\Component\Serializer\Encoder\EncoderInterface::decode().