interface Twig_FunctionCallableInterface

Represents a callable template function.

Use Twig_SimpleFunction instead.

@author Fabien Potencier <fabien@symfony.com>

Hierarchy

Expanded class hierarchy of Twig_FunctionCallableInterface

All classes that implement Twig_FunctionCallableInterface

Deprecated

since 1.12 (to be removed in 2.0)

File

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

View source
interface Twig_FunctionCallableInterface {
  public function getCallable();

}

Members