function 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'];
}