You are here

public function DumpDataCollector::getName in Zircon Profile 8

Same name and namespace in other branches
  1. 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\DataCollector

Code

public function getName() {
  return 'dump';
}