public function Twig_Filter::getPreEscape in Translation template extractor 6.3
Same name and namespace in other branches
- 7.3 vendor/Twig/Filter.php \Twig_Filter::getPreEscape()
Overrides Twig_FilterInterface::getPreEscape
File
- vendor/
Twig/ Filter.php, line 72
Class
- Twig_Filter
- Represents a template filter.
Code
public function getPreEscape() {
return $this->options['pre_escape'];
}