public function EntityListControllerInterface::render

Renders the list page markup to be output.

Return value

string The output markup for the listing page.

1 method overrides EntityListControllerInterface::render()

File

drupal/core/lib/Drupal/Core/Entity/EntityListControllerInterface.php, line 56
Contains \Drupal\Core\Entity\EntityListControllerInterface.

Class

EntityListControllerInterface
Defines an interface for entity list controllers.

Namespace

Drupal\Core\Entity

Code

public function render();