Barryvdh\Debugbar\DataCollector\ViewCollector::collect PHP Method

collect() public method

public collect ( )
    public function collect()
    {
        $templates = $this->templates;
        return ['nb_templates' => count($templates), 'templates' => $templates];
    }