class RoleListController

Provides a listing of user roles.

Hierarchy

Expanded class hierarchy of RoleListController

File

drupal/core/modules/user/lib/Drupal/user/RoleListController.php, line 17
Contains \Drupal\user\RoleListController.

Namespace

Drupal\user
View source

Members

Namesort descending Modifiers Type Description Overrides
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::buildOperations public function Builds a renderable list of operation links for the entity. 1
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
RoleListController::buildForm public function Form constructor. Overrides FormInterface::buildForm
RoleListController::buildHeader public function Builds the header row for the entity listing. Overrides EntityListController::buildHeader
RoleListController::buildRow public function Builds a row for an entity in the entity listing. Overrides EntityListController::buildRow
RoleListController::getFormID public function Returns a unique string identifying the form. Overrides FormInterface::getFormID
RoleListController::getOperations public function Overrides \Drupal\Core\Entity\EntityListController::getOperations(); Overrides ConfigEntityListController::getOperations
RoleListController::render public function Implements \Drupal\Core\Entity\EntityListControllerInterface::render(). Overrides EntityListController::render
RoleListController::submitForm public function Form submission handler. Overrides FormInterface::submitForm
RoleListController::validateForm public function Form validation handler. Overrides FormInterface::validateForm