You are here

public function ServicesDataCollector::setServices in Devel 8.3

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

Parameters

$services:

File

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

Class

ServicesDataCollector
Class ServicesDataCollector.

Namespace

Drupal\webprofiler\DataCollector

Code

public function setServices($services) {
  $this->data['services'] = $services;
}