function YamlStub::getSerializer
Determines which implementation to use for parsing YAML.
Overrides Yaml::getSerializer
File
- 
              core/
tests/ Drupal/ Tests/ Component/ Serialization/ YamlTest.php, line 148  
Class
Namespace
Drupal\Tests\Component\SerializationCode
public static function getSerializer() {
  return '\\Drupal\\Tests\\Component\\Serialization\\YamlParserProxy';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.