function ServicesDataCollector::getInitializedServicesWithoutWebprofilerCount

Return value

int

File

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

Class

ServicesDataCollector
Class ServicesDataCollector

Namespace

Drupal\webprofiler\DataCollector

Code

public function getInitializedServicesWithoutWebprofilerCount() {
    return count($this->getInitializedServicesWithoutWebprofiler());
}