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

getFunctions() public method

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