public function UserRoleDelete::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/Form/UserRoleDelete.php, line 28
Contains \Drupal\user\Form\UserRoleDelete.

Class

UserRoleDelete
Provides a deletion confirmation form for Role entity.

Namespace

Drupal\user\Form

Code

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