function HttpDataCollector::getTitle
Overrides DrupalDataCollectorInterface::getTitle
File
-
webprofiler/
src/ DataCollector/ HttpDataCollector.php, line 153
Class
- HttpDataCollector
- Collects data about http calls during request.
Namespace
Drupal\webprofiler\DataCollectorCode
public function getTitle() {
return $this->t('Http');
}