protected function EntityListBuilder::getTitle in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Entity/EntityListBuilder.php \Drupal\Core\Entity\EntityListBuilder::getTitle()
- 9 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() {
}