public function TranslationsDataCollector::getName in Devel 8.2
Same name and namespace in other branches
- 8.3 webprofiler/src/DataCollector/TranslationsDataCollector.php \Drupal\webprofiler\DataCollector\TranslationsDataCollector::getName()
- 8 webprofiler/src/DataCollector/TranslationsDataCollector.php \Drupal\webprofiler\DataCollector\TranslationsDataCollector::getName()
- 4.x webprofiler/src/DataCollector/TranslationsDataCollector.php \Drupal\webprofiler\DataCollector\TranslationsDataCollector::getName()
Returns the name of the collector.
Return value
string The collector name.
Overrides DrupalDataCollectorInterface::getName
File
- webprofiler/
src/ DataCollector/ TranslationsDataCollector.php, line 72
Class
- TranslationsDataCollector
- Class TranslationsDataCollector
Namespace
Drupal\webprofiler\DataCollectorCode
public function getName() {
return 'translations';
}