W3cubDocs

/Drupal 8

protected function 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;
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Entity!EntityListBuilder.php/function/EntityListBuilder::getTitle/8.1.x