Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Parser.php
function Parser::setMacro
File
vendor/
twig/
twig/
src/
Parser.php
, line 275
Class
Parser
@author Fabien Potencier <
fabien@symfony.com
>
Namespace
Twig
Code
public
function
setMacro
(string
$name
, MacroNode
$node
) : void {
$this
->
macros
[
$name
] =
$node
; }
RSS feed