Sulu\Bundle\ContentBundle\Twig\ExportTwigExtension::getFunctions PHP Метод

getFunctions() публичный Метод

Returns an array of possible function in this extension.
public getFunctions ( ) : array
Результат array
    public function getFunctions()
    {
        return [new \Twig_SimpleFunction('sulu_content_type_export_escape', [$this, 'escapeXmlContent']), new \Twig_SimpleFunction('sulu_content_type_export_counter', [$this, 'counter'])];
    }