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