function Node::deprecateAttribute
3 calls to Node::deprecateAttribute()
- FilterExpression::__construct in vendor/
twig/ twig/ src/ Node/ Expression/ FilterExpression.php - FunctionExpression::__construct in vendor/
twig/ twig/ src/ Node/ Expression/ FunctionExpression.php - TestExpression::__construct in vendor/
twig/ twig/ src/ Node/ Expression/ TestExpression.php
File
-
vendor/
twig/ twig/ src/ Node/ Node.php, line 179
Class
- Node
- Represents a node in the AST.
Namespace
Twig\NodeCode
public function deprecateAttribute(string $name, NameDeprecation $dep) : void {
$this->attributeNameDeprecations[$name] = $dep;
}