class ConfigEntityListController

Defines the default list controller for ConfigEntity objects.

Hierarchy

Expanded class hierarchy of ConfigEntityListController

10 files declare their use of ConfigEntityListController

File

drupal/core/lib/Drupal/Core/Config/Entity/ConfigEntityListController.php, line 16
Definition of Drupal\Core\Config\Entity\ConfigEntityListController.

Namespace

Drupal\Core\Config\Entity
View source

Members

Namesort descending Modifiers Type Description Overrides
ConfigEntityListController::getOperations public function Overrides \Drupal\Core\Entity\EntityListController::getOperations(); Overrides EntityListController::getOperations 9
ConfigEntityListController::load public function Overrides Drupal\Core\Entity\EntityListController::load(). Overrides EntityListController::load 3
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::getStorageController public function Implements \Drupal\Core\Entity\EntityListControllerInterface::getStorageController(). Overrides EntityListControllerInterface::getStorageController
EntityListController::render public function Implements \Drupal\Core\Entity\EntityListControllerInterface::render(). Overrides EntityListControllerInterface::render 6
EntityListController::__construct public function Constructs a new EntityListController object. 1