You are here

public function Twig_Filter::needsContext in Zircon Profile 8

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

Overrides Twig_FilterInterface::needsContext

File

vendor/twig/twig/lib/Twig/Filter.php, line 54

Class

Twig_Filter
Represents a template filter.

Code

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