EntityListBuilder::getTitle

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

1
2
3
protected function getTitle() {
  return;
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.