Barryvdh\Debugbar\Twig\Extension\Debug::getFunctions PHP Method

getFunctions() public method

{@inheritDoc}
public getFunctions ( )
    public function getFunctions()
    {
        return [new Twig_SimpleFunction('debug', [$this, 'debug'], ['needs_context' => true, 'needs_environment' => true])];
    }