You are here

public function TimeDataCollector::__construct in Devel 8

Same name and namespace in other branches
  1. 8.3 webprofiler/src/DataCollector/TimeDataCollector.php \Drupal\webprofiler\DataCollector\TimeDataCollector::__construct()
  2. 8.2 webprofiler/src/DataCollector/TimeDataCollector.php \Drupal\webprofiler\DataCollector\TimeDataCollector::__construct()
  3. 4.x webprofiler/src/DataCollector/TimeDataCollector.php \Drupal\webprofiler\DataCollector\TimeDataCollector::__construct()

Parameters

\Symfony\Component\HttpKernel\KernelInterface $kernel:

$stopwatch:

File

webprofiler/src/DataCollector/TimeDataCollector.php, line 24

Class

TimeDataCollector
Class TimeDataCollector.

Namespace

Drupal\webprofiler\DataCollector

Code

public function __construct(KernelInterface $kernel = NULL, $stopwatch = NULL) {
  parent::__construct($kernel, $stopwatch);
}