function YamlParserProxy::decode
Same name in this branch
- 9 core/tests/Drupal/Tests/Component/Serialization/YamlTest.php \Drupal\Tests\Component\Serialization\YamlParserProxy::decode()
Same name in other branches
- 8.9.x core/tests/Drupal/Tests/Core/Serialization/YamlTest.php \Drupal\Tests\Core\Serialization\YamlParserProxy::decode()
- 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
Namespace
Drupal\Tests\Core\SerializationCode
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.