Returns a unique string identifying the form.
Return value
string
The unique string identifying the form.
Overrides FormInterface::getFormID
File
- drupal/core/modules/system/lib/Drupal/system/Form/ModulesInstallConfirmForm.php, line 50
- Contains \Drupal\system\Form\ModulesInstallConfirmForm.
Class
- ModulesInstallConfirmForm
- Builds a confirmation form for required modules.
Namespace
Drupal\system\Form
Code
public function getFormID() {
return 'system_modules_confirm_form';
}