TwigNodeVisitorCheckDeprecations::$assignedNames

Same name and namespace in other branches
  1. 10 core/lib/Drupal/Core/Template/TwigNodeVisitorCheckDeprecations.php \Drupal\Core\Template\TwigNodeVisitorCheckDeprecations::assignedNames

The named variables set within the template.

Type: assignedNames

File

core/lib/Drupal/Core/Template/TwigNodeVisitorCheckDeprecations.php, line 31

Class

TwigNodeVisitorCheckDeprecations
Provides a Node Visitor to trigger errors if deprecated variables are used.

Namespace

Drupal\Core\Template

Code

protected array $assignedNames = [];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.