Barryvdh\Debugbar\Twig\Extension\Stopwatch::getTokenParsers PHP Method

getTokenParsers() public method

public getTokenParsers ( )
    public function getTokenParsers()
    {
        return [new StopwatchTokenParser($this->debugbar !== null)];
    }