public function ServicesDataCollector::getInitializedServicesWithoutWebprofilerCount in Devel 4.x
Same name and namespace in other branches
- 8.3 webprofiler/src/DataCollector/ServicesDataCollector.php \Drupal\webprofiler\DataCollector\ServicesDataCollector::getInitializedServicesWithoutWebprofilerCount()
- 8 webprofiler/src/DataCollector/ServicesDataCollector.php \Drupal\webprofiler\DataCollector\ServicesDataCollector::getInitializedServicesWithoutWebprofilerCount()
- 8.2 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\DataCollectorCode
public function getInitializedServicesWithoutWebprofilerCount() {
return count($this
->getInitializedServicesWithoutWebprofiler());
}