You are here

public function Twig_Filter::needsContext in Translation template extractor 6.3

Same name and namespace in other branches
  1. 7.3 vendor/Twig/Filter.php \Twig_Filter::needsContext()

Overrides Twig_FilterInterface::needsContext

File

vendor/Twig/Filter.php, line 51

Class

Twig_Filter
Represents a template filter.

Code

public function needsContext() {
  return $this->options['needs_context'];
}