You are here

protected function ConfigPagesTypeListBuilder::getTitle in Config Pages 8

Same name and namespace in other branches
  1. 8.3 src/ConfigPagesTypeListBuilder.php \Drupal\config_pages\ConfigPagesTypeListBuilder::getTitle()
  2. 8.2 src/ConfigPagesTypeListBuilder.php \Drupal\config_pages\ConfigPagesTypeListBuilder::getTitle()

Gets the title of the page.

Overrides EntityListBuilder::getTitle

File

src/ConfigPagesTypeListBuilder.php, line 88

Class

ConfigPagesTypeListBuilder
Defines a class to build a listing of custom config page type entities.

Namespace

Drupal\config_pages

Code

protected function getTitle() {
  return $this
    ->t('Config page types');
}