public function TimeDataCollector::__construct in Devel 8
Same name and namespace in other branches
- 8.3 webprofiler/src/DataCollector/TimeDataCollector.php \Drupal\webprofiler\DataCollector\TimeDataCollector::__construct()
- 8.2 webprofiler/src/DataCollector/TimeDataCollector.php \Drupal\webprofiler\DataCollector\TimeDataCollector::__construct()
- 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\DataCollectorCode
public function __construct(KernelInterface $kernel = NULL, $stopwatch = NULL) {
parent::__construct($kernel, $stopwatch);
}