public function Twig_TestInterface::compile

Compiles a test.

Return value

string The PHP code for the test

3 methods override Twig_TestInterface::compile()
Twig_Test_Function::compile in drupal/core/vendor/twig/twig/lib/Twig/Test/Function.php
Compiles a test.
Twig_Test_Method::compile in drupal/core/vendor/twig/twig/lib/Twig/Test/Method.php
Compiles a test.
Twig_Test_Node::compile in drupal/core/vendor/twig/twig/lib/Twig/Test/Node.php
Compiles a test.

File

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

Class

Twig_TestInterface
Represents a template test.

Code

public function compile();