public static function Yaml::enablePhpParsing

1 call to Yaml::enablePhpParsing()

File

drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Yaml.php, line 27

Class

Yaml
Yaml offers convenience methods to load and dump YAML.

Namespace

Symfony\Component\Yaml

Code

public static function enablePhpParsing() {
  self::$enablePhpParsing = true;
}