ConfigEntityMapper::getTitle

public ConfigEntityMapper::getTitle()

Returns title of this translation page.

Return value

string The page title.

Overrides ConfigNamesMapper::getTitle

File

core/modules/config_translation/src/ConfigEntityMapper.php, line 160

Class

ConfigEntityMapper
Configuration mapper for configuration entities.

Namespace

Drupal\config_translation

Code

1
2
3
public function getTitle() {
  return $this->entity->label() . ' ' . $this->pluginDefinition['title'];
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.