Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. InputStream.php

function InputStream::currentLine

Returns the current line that is being consumed.

TODO: Move this to the scanner.

1 method overrides InputStream::currentLine()
StringInputStream::currentLine in vendor/masterminds/html5/src/HTML5/Parser/StringInputStream.php
Returns the current line that the tokenizer is at.

File

vendor/masterminds/html5/src/HTML5/Parser/InputStream.php, line 23

Class

InputStream
Interface for stream readers.

Namespace

Masterminds\HTML5\Parser

Code

public function currentLine();

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal