function YamlParserProxy::decode

Same name in this branch
  1. 9 core/tests/Drupal/Tests/Component/Serialization/YamlTest.php \Drupal\Tests\Component\Serialization\YamlParserProxy::decode()
Same name and namespace in other branches
  1. 8.9.x core/tests/Drupal/Tests/Core/Serialization/YamlTest.php \Drupal\Tests\Core\Serialization\YamlParserProxy::decode()
  2. 8.9.x core/tests/Drupal/Tests/Component/Serialization/YamlTest.php \Drupal\Tests\Component\Serialization\YamlParserProxy::decode()

Overrides SerializationInterface::decode

File

core/tests/Drupal/Tests/Core/Serialization/YamlTest.php, line 56

Class

YamlParserProxy

Namespace

Drupal\Tests\Core\Serialization

Code

public static function decode($raw) {
    return static::$mock->decode($raw);
}

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