6 calls to Inline::parseScalar() in Loft Data Grids 6.2
- Inline::evaluateScalar in vendor/
symfony/ yaml/ Symfony/ Component/ Yaml/ Inline.php - Evaluates scalars and replaces magic values.
- Inline::parse in vendor/
symfony/ yaml/ Symfony/ Component/ Yaml/ Inline.php - Converts a YAML string to a PHP array.
- Inline::parseMapping in vendor/
symfony/ yaml/ Symfony/ Component/ Yaml/ Inline.php - Parses a mapping to a YAML string.
- Inline::parseSequence in vendor/
symfony/ yaml/ Symfony/ Component/ Yaml/ Inline.php - Parses a sequence to a YAML string.
- InlineTest::testParseScalarWithCorrectlyQuotedStringShouldReturnString in vendor/
symfony/ yaml/ Symfony/ Component/ Yaml/ Tests/ InlineTest.php - Parser::parse in vendor/
symfony/ yaml/ Symfony/ Component/ Yaml/ Parser.php - Parses a YAML string to a PHP value.