protected function EntityListBuilder::getTitle in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Entity/EntityListBuilder.php \Drupal\Core\Entity\EntityListBuilder::getTitle()
Gets the title of the page.
Return value
string A string 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 254 - Contains \Drupal\Core\Entity\EntityListBuilder.
Class
- EntityListBuilder
- Defines a generic implementation to build a listing of entities.
Namespace
Drupal\Core\EntityCode
protected function getTitle() {
return;
}