Home
last modified time | relevance | path

Searched refs:nodeNameDeprecations (Results 1 – 1 of 1) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/Node/
DNode.php39 private $nodeNameDeprecations = []; variable in Twig\\Node\\Node
214 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;