Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 9.x
»
Inline.php
»
Inline
»
Inline::parseScalar
Search Drupal 9.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 9.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
Deprecated
6 calls to Inline::parseScalar()
Inline::evaluateScalar
in drupal/
core/
vendor/
symfony/
yaml/
Symfony/
Component/
Yaml/
Inline.php
Evaluates scalars and replaces magic values.
Inline::parse
in drupal/
core/
vendor/
symfony/
yaml/
Symfony/
Component/
Yaml/
Inline.php
Converts a YAML string to a PHP array.
Inline::parseMapping
in drupal/
core/
vendor/
symfony/
yaml/
Symfony/
Component/
Yaml/
Inline.php
Parses a mapping to a YAML string.
Inline::parseSequence
in drupal/
core/
vendor/
symfony/
yaml/
Symfony/
Component/
Yaml/
Inline.php
Parses a sequence to a YAML string.
InlineTest::testParseScalarWithCorrectlyQuotedStringShouldReturnString
in drupal/
core/
vendor/
symfony/
yaml/
Symfony/
Component/
Yaml/
Tests/
InlineTest.php
Parser::parse
in drupal/
core/
vendor/
symfony/
yaml/
Symfony/
Component/
Yaml/
Parser.php
Parses a YAML string to a PHP value.