You are here

7 methods override SerializationInterface::decode() in Drupal 8

Json::decode in core/lib/Drupal/Component/Serialization/Json.php
Decodes data from the serialization format.
PhpSerialize::decode in core/lib/Drupal/Component/Serialization/PhpSerialize.php
Decodes data from the serialization format.
Yaml::decode in core/lib/Drupal/Component/Serialization/Yaml.php
Decodes data from the serialization format.
YamlParserProxy::decode in core/tests/Drupal/Tests/Core/Serialization/YamlTest.php
Decodes data from the serialization format.
YamlParserProxy::decode in core/tests/Drupal/Tests/Component/Serialization/YamlTest.php
Decodes data from the serialization format.
YamlPecl::decode in core/lib/Drupal/Component/Serialization/YamlPecl.php
Decodes data from the serialization format.
YamlSymfony::decode in core/lib/Drupal/Component/Serialization/YamlSymfony.php
Decodes data from the serialization format.