You are here

public function TimeDataCollector::getName in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector::getName()

Returns the name of the collector.

Return value

string The collector name

Overrides DataCollectorInterface::getName

File

vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php, line 132

Class

TimeDataCollector
TimeDataCollector.

Namespace

Symfony\Component\HttpKernel\DataCollector

Code

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