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