Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
TokenStream.php
function TokenStream::getCurrent
File
vendor/
twig/
twig/
src/
TokenStream.php
, line 119
Class
TokenStream
Represents a token stream.
Namespace
Twig
Code
public
function
getCurrent
() : Token {
return
$this
->
tokens
[
$this
->
current
]; }
RSS feed