You are here

public function MongoDbProfilerStorageTestDataCollector::getName in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-kernel/Tests/Profiler/MongoDbProfilerStorageTest.php \Symfony\Component\HttpKernel\Tests\Profiler\MongoDbProfilerStorageTestDataCollector::getName()

Returns the name of the collector.

Return value

string The collector name

Overrides DataCollectorInterface::getName

File

vendor/symfony/http-kernel/Tests/Profiler/MongoDbProfilerStorageTest.php, line 44

Class

MongoDbProfilerStorageTestDataCollector

Namespace

Symfony\Component\HttpKernel\Tests\Profiler

Code

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