public function Twig_Function_Function::compile

Compiles a function.

Return value

string The PHP code for the function

Overrides Twig_FunctionInterface::compile

File

drupal/core/vendor/twig/twig/lib/Twig/Function/Function.php, line 30

Class

Twig_Function_Function
Represents a function template function.

Code

public function compile() {
  return $this->function;
}