public function PerformanceTimingDataCollector::getName in Devel 4.x
Same name and namespace in other branches
- 8.3 webprofiler/src/DataCollector/PerformanceTimingDataCollector.php \Drupal\webprofiler\DataCollector\PerformanceTimingDataCollector::getName()
- 8 webprofiler/src/DataCollector/PerformanceTimingDataCollector.php \Drupal\webprofiler\DataCollector\PerformanceTimingDataCollector::getName()
- 8.2 webprofiler/src/DataCollector/PerformanceTimingDataCollector.php \Drupal\webprofiler\DataCollector\PerformanceTimingDataCollector::getName()
Returns the name of the collector.
Return value
string The collector name.
Overrides DrupalDataCollectorInterface::getName
File
- webprofiler/
src/ DataCollector/ PerformanceTimingDataCollector.php, line 36
Class
- PerformanceTimingDataCollector
- Collects data about frontend performance.
Namespace
Drupal\webprofiler\DataCollectorCode
public function getName() {
return 'performance_timing';
}