class ActionListController

Provides a listing of Actions.

Hierarchy

Expanded class hierarchy of ActionListController

File

drupal/core/modules/action/lib/Drupal/action/ActionListController.php, line 23
Contains \Drupal\action\ActionListController.

Namespace

Drupal\action
View source

Members

Namesort descending Modifiers Type Description Overrides
ActionListController::$actionManager protected property The action plugin manager.
ActionListController::$hasConfigurableActions protected property
ActionListController::buildHeader public function Builds the header row for the entity listing. Overrides EntityListController::buildHeader
ActionListController::buildRow public function Builds a row for an entity in the entity listing. Overrides EntityListController::buildRow
ActionListController::createInstance public static function Instantiates a new instance of this entity controller. Overrides EntityListController::createInstance
ActionListController::getOperations public function Overrides \Drupal\Core\Entity\EntityListController::getOperations(); Overrides ConfigEntityListController::getOperations
ActionListController::load public function Overrides Drupal\Core\Entity\EntityListController::load(). Overrides ConfigEntityListController::load
ActionListController::render public function Implements \Drupal\Core\Entity\EntityListControllerInterface::render(). Overrides EntityListController::render
ActionListController::__construct public function Constructs a new ActionListController object. Overrides EntityListController::__construct
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::buildOperations public function Builds a renderable list of operation links for the entity. 1
EntityListController::getStorageController public function Implements \Drupal\Core\Entity\EntityListControllerInterface::getStorageController(). Overrides EntityListControllerInterface::getStorageController