interface Twig_FilterCallableInterface

Represents a callable template filter.

Use Twig_SimpleFilter instead.

@author Fabien Potencier <fabien@symfony.com>

Hierarchy

Expanded class hierarchy of Twig_FilterCallableInterface

All classes that implement Twig_FilterCallableInterface

Deprecated

since 1.12 (to be removed in 2.0)

File

drupal/core/vendor/twig/twig/lib/Twig/FilterCallableInterface.php, line 20

View source
interface Twig_FilterCallableInterface {
  public function getCallable();

}

Members