RoleListBuilder::getFormId

public RoleListBuilder::getFormId()

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

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

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';
}
doc_Drupal
2016-10-29 09:38:54
Comments
Leave a Comment

Please login to continue.