function 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());
}