protected EntityListBuilder::getTitle()
Gets the title of the page.
Return value
string A string title of the page.
File
- core/lib/Drupal/Core/Entity/EntityListBuilder.php, line 249
Class
- EntityListBuilder
- Defines a generic implementation to build a listing of entities.
Namespace
Drupal\Core\Entity
Code
protected function getTitle() { return; }
Please login to continue.