protected ConfigTranslationEntityListBuilder::getFilterLabels()
Provides user facing strings for the filter element.
Return value
array
File
- core/modules/config_translation/src/Controller/ConfigTranslationEntityListBuilder.php, line 18
Class
- ConfigTranslationEntityListBuilder
- Defines the configuration translation list builder for entities.
Namespace
Drupal\config_translation\Controller
Code
protected function getFilterLabels() { return array( 'placeholder' => $this->t('Enter label'), 'description' => $this->t('Enter a part of the label or description to filter by.'), ); }
Please login to continue.