You are here

public function UserMultipleCancelConfirm::getFormId in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/user/src/Form/UserMultipleCancelConfirm.php \Drupal\user\Form\UserMultipleCancelConfirm::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/Form/UserMultipleCancelConfirm.php, line 74
Contains \Drupal\user\Form\UserMultipleCancelConfirm.

Class

UserMultipleCancelConfirm
Provides a confirmation form for cancelling multiple user accounts.

Namespace

Drupal\user\Form

Code

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