WellCommerce\Bundle\CoreBundle\Twig\Extension\FormJavascriptExtension::getFunctions PHP Method

getFunctions() public method

public getFunctions ( )
    public function getFunctions()
    {
        return [new \Twig_SimpleFunction('form_js', [$this, 'render'], ['is_safe' => ['html', 'javascript']])];
    }