You are here

protected function BlockContentTypeListBuilder::getTitle in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/block_content/src/BlockContentTypeListBuilder.php \Drupal\block_content\BlockContentTypeListBuilder::getTitle()
  2. 9 core/modules/block_content/src/BlockContentTypeListBuilder.php \Drupal\block_content\BlockContentTypeListBuilder::getTitle()

Gets the title of the page.

Overrides EntityListBuilder::getTitle

File

core/modules/block_content/src/BlockContentTypeListBuilder.php, line 49

Class

BlockContentTypeListBuilder
Defines a class to build a listing of custom block type entities.

Namespace

Drupal\block_content

Code

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