Searched refs:parseFile (Results 1 – 4 of 4) sorted by relevance
53 public static function parseFile(string $filename, int $flags = 0) function in Symfony\\Component\\Yaml\\Yaml57 return $yaml->parseFile($filename, $flags);
95 …* added support for parsing YAML files using the `Yaml::parseFile()` or `Parser::parseFile()` meth…
52 public function parseFile(string $filename, int $flags = 0) function in Symfony\\Component\\Yaml\\Parser
1106 $this->templateDefinition = Yaml::parseFile($file->toAbsoluteId());