public function RoleListController::getFormID

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormID

File

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

Class

RoleListController
Provides a listing of user roles.

Namespace

Drupal\user

Code

public function getFormID() {
  return 'user_admin_roles_form';
}