public function ServicesDataCollector::__construct in Devel 8.3
Same name and namespace in other branches
- 8 webprofiler/src/DataCollector/ServicesDataCollector.php \Drupal\webprofiler\DataCollector\ServicesDataCollector::__construct()
- 8.2 webprofiler/src/DataCollector/ServicesDataCollector.php \Drupal\webprofiler\DataCollector\ServicesDataCollector::__construct()
- 4.x webprofiler/src/DataCollector/ServicesDataCollector.php \Drupal\webprofiler\DataCollector\ServicesDataCollector::__construct()
Parameters
\Symfony\Component\DependencyInjection\ContainerInterface $container:
File
- webprofiler/
src/ DataCollector/ ServicesDataCollector.php, line 29
Class
- ServicesDataCollector
- Class ServicesDataCollector.
Namespace
Drupal\webprofiler\DataCollectorCode
public function __construct(ContainerInterface $container) {
$this->container = $container;
}