interface Twig_TestInterface

Represents a template test.

@author Fabien Potencier <fabien@symfony.com>

Hierarchy

Expanded class hierarchy of Twig_TestInterface

All classes that implement Twig_TestInterface

Deprecated

since 1.12 (to be removed in 2.0)

File

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

View source
interface Twig_TestInterface {

  /**
   * Compiles a test.
   *
   * @return string The PHP code for the test
   */
  public function compile();

}

Members