function SerializationInterface::decode

Same name in other branches
  1. 9 core/lib/Drupal/Component/Serialization/SerializationInterface.php \Drupal\Component\Serialization\SerializationInterface::decode()
  2. 10 core/lib/Drupal/Component/Serialization/SerializationInterface.php \Drupal\Component\Serialization\SerializationInterface::decode()
  3. 11.x core/lib/Drupal/Component/Serialization/SerializationInterface.php \Drupal\Component\Serialization\SerializationInterface::decode()

Decodes data from the serialization format.

Parameters

string $raw: The raw data string to decode.

Return value

mixed The decoded data.

Throws

\Drupal\Component\Serialization\Exception\InvalidDataTypeException

7 methods override SerializationInterface::decode()
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.

... See full list

File

core/lib/Drupal/Component/Serialization/SerializationInterface.php, line 34

Class

SerializationInterface
Defines an interface for serialization formats.

Namespace

Drupal\Component\Serialization

Code

public static function decode($raw);

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.