public function DumpDataCollector::getName in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector::getName()
Returns the name of the collector.
Return value
string The collector name
Overrides DataCollectorInterface::getName
File
- vendor/
symfony/ http-kernel/ DataCollector/ DumpDataCollector.php, line 224
Class
- DumpDataCollector
- @author Nicolas Grekas <p@tchwork.com>
Namespace
Symfony\Component\HttpKernel\DataCollectorCode
public function getName() {
return 'dump';
}