public function RoleListController::render

Implements \Drupal\Core\Entity\EntityListControllerInterface::render().

Builds the entity list as renderable array for theme_table().

@todo Add a link to add a new item to the #empty text.

Overrides EntityListController::render

File

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

Class

RoleListController
Provides a listing of user roles.

Namespace

Drupal\user

Code

public function render() {
  return drupal_get_form($this);
}