function ServicesDataCollector::__construct

Parameters

\Symfony\Component\DependencyInjection\ContainerInterface $container:

File

webprofiler/src/DataCollector/ServicesDataCollector.php, line 29

Class

ServicesDataCollector
Class ServicesDataCollector

Namespace

Drupal\webprofiler\DataCollector

Code

public function __construct(ContainerInterface $container) {
    $this->container = $container;
}