class ViewListController

Provides a listing of Views.

Hierarchy

Expanded class hierarchy of ViewListController

File

drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewListController.php, line 16
Definition of Drupal\views_ui\ViewListController.

Namespace

Drupal\views_ui
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::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
ViewListController::buildHeader public function Overrides Drupal\Core\Entity\EntityListController::buildHeader(); Overrides EntityListController::buildHeader
ViewListController::buildOperations public function Overrides Drupal\Core\Entity\EntityListController::buildOperations(); Overrides EntityListController::buildOperations
ViewListController::buildRow public function Overrides Drupal\Core\Entity\EntityListController::buildRow(); Overrides EntityListController::buildRow
ViewListController::getOperations public function Implements \Drupal\Core\Entity\EntityListController::getOperations(). Overrides ConfigEntityListController::getOperations
ViewListController::load public function Overrides Drupal\Core\Entity\EntityListController::load(); Overrides ConfigEntityListController::load
ViewListController::render public function Overrides Drupal\Core\Entity\EntityListController::render(); Overrides EntityListController::render