Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
ModuleNode.php
function ModuleNode::setIndex
File
vendor/
twig/
twig/
src/
Node/
ModuleNode.php
, line 67
Class
ModuleNode
Represents a module node.
Namespace
Twig\Node
Code
public
function
setIndex
(
$index
) {
$this
->
setAttribute
(
'index'
,
$index
); }
RSS feed