public function Twig_FilterInterface::getSafe in Translation template extractor 6.3
Same name and namespace in other branches
- 7.3 vendor/Twig/FilterInterface.php \Twig_FilterInterface::getSafe()
1 method overrides Twig_FilterInterface::getSafe()
- Twig_Filter::getSafe in vendor/
Twig/ Filter.php
File
- vendor/
Twig/ FilterInterface.php, line 33
Class
- Twig_FilterInterface
- Represents a template filter.
Code
public function getSafe(Twig_Node $filterArgs);