public function DataCollectorInterface::getName in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php \Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface::getName()
Returns the name of the collector.
Return value
string The collector name
11 methods override DataCollectorInterface::getName()
- ConfigDataCollector::getName in vendor/
symfony/ http-kernel/ DataCollector/ ConfigDataCollector.php - Returns the name of the collector.
- DumpDataCollector::getName in vendor/
symfony/ http-kernel/ DataCollector/ DumpDataCollector.php - Returns the name of the collector.
- EventDataCollector::getName in vendor/
symfony/ http-kernel/ DataCollector/ EventDataCollector.php - Returns the name of the collector.
- ExceptionDataCollector::getName in vendor/
symfony/ http-kernel/ DataCollector/ ExceptionDataCollector.php - Returns the name of the collector.
- LoggerDataCollector::getName in vendor/
symfony/ http-kernel/ DataCollector/ LoggerDataCollector.php - Returns the name of the collector.
File
- vendor/
symfony/ http-kernel/ DataCollector/ DataCollectorInterface.php, line 38
Class
- DataCollectorInterface
- DataCollectorInterface.
Namespace
Symfony\Component\HttpKernel\DataCollectorCode
public function getName();