You are here

public function DataCollectorInterface::getName in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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.

... See full list

File

vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php, line 38

Class

DataCollectorInterface
DataCollectorInterface.

Namespace

Symfony\Component\HttpKernel\DataCollector

Code

public function getName();