protected property TwigTemplate::$is_reference

List of the name of variables to be passed around as references.

Type: array

File

drupal/core/lib/Drupal/Core/Template/TwigTemplate.php, line 25
Definition of Drupal\Core\Template\TwigTemplate.

Class

TwigTemplate
This is the base class for compiled Twig templates.

Namespace

Drupal\Core\Template

Code

protected $is_reference = array();