function EntityListBuilder::getTitle
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Entity/EntityListBuilder.php \Drupal\Core\Entity\EntityListBuilder::getTitle()
- 10 core/lib/Drupal/Core/Entity/EntityListBuilder.php \Drupal\Core\Entity\EntityListBuilder::getTitle()
- 11.x core/lib/Drupal/Core/Entity/EntityListBuilder.php \Drupal\Core\Entity\EntityListBuilder::getTitle()
Gets the title of the page.
1 call to EntityListBuilder::getTitle()
- EntityListBuilder::render in core/
lib/ Drupal/ Core/ Entity/ EntityListBuilder.php - Builds the entity listing as renderable array for table.html.twig.
1 method overrides EntityListBuilder::getTitle()
- BlockContentTypeListBuilder::getTitle in core/
modules/ block_content/ src/ BlockContentTypeListBuilder.php - Gets the title of the page.
File
-
core/
lib/ Drupal/ Core/ Entity/ EntityListBuilder.php, line 236
Class
- EntityListBuilder
- Defines a generic implementation to build a listing of entities.
Namespace
Drupal\Core\EntityCode
protected function getTitle() {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.