ModulesUninstallForm::getFormId

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';
}
doc_Drupal
2016-10-29 09:29:46
Comments
Leave a Comment

Please login to continue.