You are here

public function Twig_Extension::getFunctions in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/twig/twig/lib/Twig/Extension.php \Twig_Extension::getFunctions()

Returns a list of functions to add to the existing list.

Return value

Twig_SimpleFunction[]

Overrides Twig_ExtensionInterface::getFunctions

File

vendor/twig/twig/lib/Twig/Extension.php, line 57

Class

Twig_Extension

Code

public function getFunctions() {
  return array();
}