public function EventDataCollector::getName in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/http-kernel/DataCollector/EventDataCollector.php \Symfony\Component\HttpKernel\DataCollector\EventDataCollector::getName()
Returns the name of the collector.
Return value
string The collector name
Overrides DataCollectorInterface::getName
File
- vendor/
symfony/ http-kernel/ DataCollector/ EventDataCollector.php, line 103
Class
- EventDataCollector
- EventDataCollector.
Namespace
Symfony\Component\HttpKernel\DataCollectorCode
public function getName() {
return 'events';
}