function RoleListBuilder::getFormId

Same name in other branches
  1. 8.9.x core/modules/user/src/RoleListBuilder.php \Drupal\user\RoleListBuilder::getFormId()
  2. 10 core/modules/user/src/RoleListBuilder.php \Drupal\user\RoleListBuilder::getFormId()
  3. 11.x core/modules/user/src/RoleListBuilder.php \Drupal\user\RoleListBuilder::getFormId()

Overrides FormInterface::getFormId

File

core/modules/user/src/RoleListBuilder.php, line 58

Class

RoleListBuilder
Defines a class to build a listing of user role entities.

Namespace

Drupal\user

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.