Searched refs:attributeNameDeprecations (Results 1 – 1 of 1) sorted by relevance
41 private $attributeNameDeprecations = []; variable in Twig\\Node\\Node159 if ($triggerDeprecation && isset($this->attributeNameDeprecations[$name])) {160 $dep = $this->attributeNameDeprecations[$name];174 if ($triggerDeprecation && isset($this->attributeNameDeprecations[$name])) {175 $dep = $this->attributeNameDeprecations[$name];188 $this->attributeNameDeprecations[$name] = $dep;