public ModulesUninstallForm::getFormId()
Returns a unique string identifying the form.
Return value
string The unique string identifying the form.
Overrides FormInterface::getFormId
File
- core/modules/system/src/Form/ModulesUninstallForm.php, line 68
Class
- ModulesUninstallForm
- Provides a form for uninstalling modules.
Namespace
Drupal\system\Form
Code
public function getFormId() { return 'system_modules_uninstall'; }
Please login to continue.