function 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_contentCode
protected function getTitle() {
return $this->t('Custom block types');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.