function TwigNodeCheckDeprecations::__construct
Same name in other branches
- 11.x core/lib/Drupal/Core/Template/TwigNodeCheckDeprecations.php \Drupal\Core\Template\TwigNodeCheckDeprecations::__construct()
File
-
core/
lib/ Drupal/ Core/ Template/ TwigNodeCheckDeprecations.php, line 26
Class
- TwigNodeCheckDeprecations
- A node that checks deprecated variable usage.
Namespace
Drupal\Core\TemplateCode
public function __construct(array $usedNames) {
$this->usedNames = $usedNames;
parent::__construct();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.