public function ServicesDataCollector::setServices in Devel 8.2
Same name and namespace in other branches
- 8.3 webprofiler/src/DataCollector/ServicesDataCollector.php \Drupal\webprofiler\DataCollector\ServicesDataCollector::setServices()
- 8 webprofiler/src/DataCollector/ServicesDataCollector.php \Drupal\webprofiler\DataCollector\ServicesDataCollector::setServices()
- 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\DataCollectorCode
public function setServices($services) {
$this->data['services'] = $services;
}