public function ExceptionDataCollector::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/DataCollector/ExceptionDataCollector.php, line 101

Class

ExceptionDataCollector
ExceptionDataCollector.

Namespace

Symfony\Component\HttpKernel\DataCollector

Code

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