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

protected function getTitle() {
  return;
}
doc_Drupal
2016-10-29 09:06:53
Comments
Leave a Comment

Please login to continue.