function CacheDataCollector::getTitle
Overrides DrupalDataCollectorInterface::getTitle
File
-
webprofiler/
src/ DataCollector/ CacheDataCollector.php, line 152
Class
- CacheDataCollector
- Collects the used cache bins and cache CIDs.
Namespace
Drupal\webprofiler\DataCollectorCode
public function getTitle() {
return $this->t('Cache');
}