public function UserMultipleCancelConfirm::getFormId in Zircon Profile 8
Same name and namespace in other branches
- 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\FormCode
public function getFormId() {
return 'user_multiple_cancel_confirm';
}