TwigNodeVisitorCheckDeprecations::$usedNames

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

The named variables used in the template from the context.

Type: usedNames

File

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

Class

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

Namespace

Drupal\Core\Template

Code

protected array $usedNames = [];

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