public static function Yaml::enablePhpParsing

1 call to Yaml::enablePhpParsing()
YamlTest::testEmbededPhp in drupal/core/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/YamlTest.php

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;
}