function ServicesDataCollector::getPanelSummary
Overrides DrupalDataCollectorInterface::getPanelSummary
File
-
webprofiler/
src/ DataCollector/ ServicesDataCollector.php, line 121
Class
- ServicesDataCollector
- Class ServicesDataCollector
Namespace
Drupal\webprofiler\DataCollectorCode
public function getPanelSummary() {
return $this->t('Initialized: @count', [
'@count' => $this->getInitializedServicesCount(),
]);
}