Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Parser.php
function Parser::hasMoreLines
3 calls to
Parser::hasMoreLines()
Parser::consumeWhitespaces
in vendor/
symfony/
yaml/
Parser.php
Parser::lexInlineQuotedString
in vendor/
symfony/
yaml/
Parser.php
Parser::lexInlineStructure
in vendor/
symfony/
yaml/
Parser.php
File
vendor/
symfony/
yaml/
Parser.php
, line 668
Class
Parser
Parser parses YAML strings to convert them to PHP arrays.
Namespace
Symfony\Component\Yaml
Code
private
function
hasMoreLines
() : bool {
return
\count
(
$this
->
lines
) -
1
>
$this
->
currentLineNb
; }
RSS feed