You are here

public function ServicesDataCollector::getServices in Devel 4.x

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

Return value

array

3 calls to ServicesDataCollector::getServices()
ServicesDataCollector::collect in webprofiler/src/DataCollector/ServicesDataCollector.php
ServicesDataCollector::getInitializedServices in webprofiler/src/DataCollector/ServicesDataCollector.php
ServicesDataCollector::getServicesCount in webprofiler/src/DataCollector/ServicesDataCollector.php

File

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

Class

ServicesDataCollector
Class ServicesDataCollector.

Namespace

Drupal\webprofiler\DataCollector

Code

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