interface Twig_TestCallableInterface

Represents a callable template test.

@author Fabien Potencier <fabien@symfony.com>

Hierarchy

Expanded class hierarchy of Twig_TestCallableInterface

All classes that implement Twig_TestCallableInterface

Deprecated

since 1.12 (to be removed in 2.0)

File

drupal/core/vendor/twig/twig/lib/Twig/TestCallableInterface.php, line 18

View source
interface Twig_TestCallableInterface {
  public function getCallable();

}

Members