function BlockContentTypeListBuilder::getTitle

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

Overrides EntityListBuilder::getTitle

File

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

Class

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

Namespace

Drupal\block_content

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.