public function MongoDbProfilerStorageTestDataCollector::getName in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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
Namespace
Symfony\Component\HttpKernel\Tests\ProfilerCode
public function getName() {
return 'test_data_collector';
}