class EntityListController

Same name in this branch

Provides a generic implementation of an entity list controller.

Hierarchy

Expanded class hierarchy of EntityListController

1 file declares its use of EntityListController

File

drupal/core/lib/Drupal/Core/Entity/EntityListController.php, line 16
Contains \Drupal\Core\Entity\EntityListController.

Namespace

Drupal\Core\Entity
View source

Members

Namesort descending Modifiers Type Description Overrides
EntityListController::$entityInfo protected property The entity info array.
EntityListController::$entityType protected property The entity type name.
EntityListController::$moduleHandler protected property The module handler to invoke hooks on.
EntityListController::$storage protected property The entity storage controller class.
EntityListController::buildHeader public function Builds the header row for the entity listing. 8
EntityListController::buildOperations public function Builds a renderable list of operation links for the entity. 1
EntityListController::buildRow public function Builds a row for an entity in the entity listing. 8
EntityListController::createInstance public static function Instantiates a new instance of this entity controller. Overrides EntityControllerInterface::createInstance 1
EntityListController::getOperations public function Implements \Drupal\Core\Entity\EntityListControllerInterface::getOperations(). Overrides EntityListControllerInterface::getOperations 1
EntityListController::getStorageController public function Implements \Drupal\Core\Entity\EntityListControllerInterface::getStorageController(). Overrides EntityListControllerInterface::getStorageController
EntityListController::load public function Implements \Drupal\Core\Entity\EntityListControllerInterface::load(). Overrides EntityListControllerInterface::load 1
EntityListController::render public function Implements \Drupal\Core\Entity\EntityListControllerInterface::render(). Overrides EntityListControllerInterface::render 6
EntityListController::__construct public function Constructs a new EntityListController object. 1