Searched refs:nodeNameDeprecations (Results 1 – 1 of 1) sorted by relevance
39 private $nodeNameDeprecations = []; variable in Twig\\Node\\Node214 if ($triggerDeprecation && isset($this->nodeNameDeprecations[$name])) {215 $dep = $this->nodeNameDeprecations[$name];232 if ($triggerDeprecation && isset($this->nodeNameDeprecations[$name])) {233 $dep = $this->nodeNameDeprecations[$name];260 $this->nodeNameDeprecations[$name] = $dep;