Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Environment.php
function Environment::addTest
File
vendor/
twig/
twig/
src/
Environment.php
, line 753
Class
Environment
Stores the Twig configuration and renders templates.
Namespace
Twig
Code
public
function
addTest
(TwigTest
$test
) {
$this
->
extensionSet
->
addTest
(
$test
); }
RSS feed