You are here

public function TranslationDataCollector::getName in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/translation/DataCollector/TranslationDataCollector.php \Symfony\Component\Translation\DataCollector\TranslationDataCollector::getName()

Returns the name of the collector.

Return value

string The collector name

Overrides DataCollectorInterface::getName

File

vendor/symfony/translation/DataCollector/TranslationDataCollector.php, line 91

Class

TranslationDataCollector
@author Abdellatif Ait boudad <a.aitboudad@gmail.com>

Namespace

Symfony\Component\Translation\DataCollector

Code

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