class PictureMappingListController

Provides a listing of Pictures.

Hierarchy

Expanded class hierarchy of PictureMappingListController

File

drupal/core/modules/picture/lib/Drupal/picture/PictureMappingListController.php, line 16
Contains Drupal\picture\PictureListController.

Namespace

Drupal\picture
View source

Members

Namesort descending Modifiers Type Description Overrides
ConfigEntityListController::load public function Overrides Drupal\Core\Entity\EntityListController::load(). Overrides EntityListController::load
EntityListController::$entityInfo protected property The entity info array.
EntityListController::$entityType protected property The entity type name.
EntityListController::$storage protected property The entity storage controller class.
EntityListController::buildHeader public function Builds the header row for the entity listing. 2
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. 2
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 1
EntityListController::__construct public function Constructs a new EntityListController object.
PictureMappingListController::getOperations public function Overrides Drupal\config\ConfigEntityListController::getOperations(); Overrides EntityListController::getOperations
PictureMappingListController::hookMenu public function Overrides Drupal\config\EntityListControllerBase::hookMenu().