Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Node.php
function Node::removeNode
Parameters
string|int $name
:
File
vendor/
twig/
twig/
src/
Node/
Node.php
, line 243
Class
Node
Represents a node in the AST.
Namespace
Twig\Node
Code
public
function
removeNode
(string
$name
) : void {
unset
(
$this
->
nodes
[
$name
]); }
RSS feed