function ServicesDataCollector::getInitializedServicesCount
Return value
int
1 call to ServicesDataCollector::getInitializedServicesCount()
- ServicesDataCollector::getPanelSummary in webprofiler/
src/ DataCollector/ ServicesDataCollector.php - Returns the string used in vertical tab summary.
File
-
webprofiler/
src/ DataCollector/ ServicesDataCollector.php, line 84
Class
- ServicesDataCollector
- Class ServicesDataCollector
Namespace
Drupal\webprofiler\DataCollectorCode
public function getInitializedServicesCount() {
return count($this->getInitializedServices());
}