Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Node.php
function Node::getIterator
File
vendor/
twig/
twig/
src/
Node/
Node.php
, line 265
Class
Node
Represents a node in the AST.
Namespace
Twig\Node
Code
public
function
getIterator
() : \Traversable {
return
new
\ArrayIterator
(
$this
->
nodes
); }
RSS feed