You are here

public function ServicesDataCollector::getInitializedServicesWithoutWebprofilerCount in Devel 8.2

Same name and namespace in other branches
  1. 8.3 webprofiler/src/DataCollector/ServicesDataCollector.php \Drupal\webprofiler\DataCollector\ServicesDataCollector::getInitializedServicesWithoutWebprofilerCount()
  2. 8 webprofiler/src/DataCollector/ServicesDataCollector.php \Drupal\webprofiler\DataCollector\ServicesDataCollector::getInitializedServicesWithoutWebprofilerCount()
  3. 4.x webprofiler/src/DataCollector/ServicesDataCollector.php \Drupal\webprofiler\DataCollector\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());
}