Barryvdh\Debugbar\Twig\TokenParser\StopwatchTokenParser::decideStopwatchEnd PHP Method

decideStopwatchEnd() public method

public decideStopwatchEnd ( Twig_Token $token )
$token Twig_Token
    public function decideStopwatchEnd(\Twig_Token $token)
    {
        return $token->test('endstopwatch');
    }