public function MongoDbProfilerStorageTestDataCollector::getName

Returns the name of the collector.

@api

Return value

string The collector name

Overrides DataCollectorInterface::getName

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Profiler/MongoDbProfilerStorageTest.php, line 44

Class

MongoDbProfilerStorageTestDataCollector

Namespace

Symfony\Component\HttpKernel\Tests\Profiler

Code

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