function ServicesDataCollector::getServicesCount

Return value

int

1 call to ServicesDataCollector::getServicesCount()
ServicesDataCollector::collect in webprofiler/src/DataCollector/ServicesDataCollector.php

File

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

Class

ServicesDataCollector
Class ServicesDataCollector

Namespace

Drupal\webprofiler\DataCollector

Code

public function getServicesCount() {
    return count($this->getServices());
}