public function getFunctions() { // Creating the getLangText function $getLangText = new \Twig_SimpleFunction('getLangText', function ($key) { return LangLoader::getLangLoader()->getLangText($key); }); // Returning an array of the functions return array($getLangText); }