public function Twig_Filter::needsEnvironment

Overrides Twig_FilterInterface::needsEnvironment

File

drupal/core/vendor/twig/twig/lib/Twig/Filter.php, line 46

Class

Twig_Filter
Represents a template filter.

Code

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