class BlockListController

Defines the block list controller.

Hierarchy

Expanded class hierarchy of BlockListController

File

drupal/core/modules/block/lib/Drupal/block/BlockListController.php, line 17
Contains \Drupal\block\BlockListController.

Namespace

Drupal\block
View source

Members

Namesort descending Modifiers Type Description Overrides
BlockListController::$regions protected property The regions containing the blocks.
BlockListController::$theme protected property The theme containing the blocks.
BlockListController::buildForm public function Implements \Drupal\Core\Form\FormInterface::buildForm(). Overrides FormInterface::buildForm
BlockListController::getFormID public function Implements \Drupal\Core\Form\FormInterface::getFormID(). Overrides FormInterface::getFormID
BlockListController::load public function Overrides \Drupal\Core\Config\Entity\ConfigEntityListController::load(). Overrides ConfigEntityListController::load
BlockListController::render public function Overrides \Drupal\Core\Entity\EntityListController::render(). Overrides EntityListController::render
BlockListController::sort protected function Sorts active blocks by region then weight; sorts inactive blocks by name.
BlockListController::submitForm public function Implements \Drupal\Core\Form\FormInterface::submitForm(). Overrides FormInterface::submitForm
BlockListController::validateForm public function Implements \Drupal\Core\Form\FormInterface::validateForm(). Overrides FormInterface::validateForm
ConfigEntityListController::getOperations public function Overrides \Drupal\Core\Entity\EntityListController::getOperations(); Overrides EntityListController::getOperations 9
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::__construct public function Constructs a new EntityListController object. 1