You are here

constant Parser::FOLDED_SCALAR_PATTERN in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/yaml/Parser.php \Symfony\Component\Yaml\Parser::FOLDED_SCALAR_PATTERN

File

vendor/symfony/yaml/Parser.php, line 25

Class

Parser
Parser parses YAML strings to convert them to PHP arrays.

Namespace

Symfony\Component\Yaml

Code

const FOLDED_SCALAR_PATTERN = self::BLOCK_SCALAR_HEADER_PATTERN;