You are here

public function Twig_FilterInterface::getSafe in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/twig/twig/lib/Twig/FilterInterface.php \Twig_FilterInterface::getSafe()
1 method overrides Twig_FilterInterface::getSafe()
Twig_Filter::getSafe in vendor/twig/twig/lib/Twig/Filter.php

File

vendor/twig/twig/lib/Twig/FilterInterface.php, line 34

Class

Twig_FilterInterface
Represents a template filter.

Code

public function getSafe(Twig_Node $filterArgs);