public function DataCollectorInterface::getName

Returns the name of the collector.

@api

Return value

string The collector name

9 methods override DataCollectorInterface::getName()
ConfigDataCollector::getName in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/ConfigDataCollector.php
Returns the name of the collector.
EventDataCollector::getName in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/EventDataCollector.php
Returns the name of the collector.
ExceptionDataCollector::getName in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/ExceptionDataCollector.php
Returns the name of the collector.
LoggerDataCollector::getName in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/LoggerDataCollector.php
Returns the name of the collector.
MemoryDataCollector::getName in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/MemoryDataCollector.php
Returns the name of the collector.

... See full list

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/DataCollectorInterface.php, line 44

Class

DataCollectorInterface
DataCollectorInterface.

Namespace

Symfony\Component\HttpKernel\DataCollector

Code

public function getName();