function Twig_FunctionInterface::compile

Compiles a function.

Return value

string The PHP code for the function

2 methods override Twig_FunctionInterface::compile()
Twig_Function_Function::compile in drupal/core/vendor/twig/twig/lib/Twig/Function/Function.php
Compiles a function.
Twig_Function_Method::compile in drupal/core/vendor/twig/twig/lib/Twig/Function/Method.php
Compiles a function.

File

drupal/core/vendor/twig/twig/lib/Twig/FunctionInterface.php, line 26

Class

Twig_FunctionInterface
Represents a template function.

Code

function compile();