Gets registered functions.
Be warned that this method cannot return functions defined with registerUndefinedFunctionCallback.
Twig_FunctionInterface[] An array of Twig_FunctionInterface instances
registerUndefinedFunctionCallback
public function getFunctions() {
if (!$this->extensionInitialized) {
$this
->initExtensions();
}
return $this->functions;
}