You are here

public function ModulesUninstallForm::getFormId in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/system/src/Form/ModulesUninstallForm.php \Drupal\system\Form\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 73
Contains \Drupal\system\Form\ModulesUninstallForm.

Class

ModulesUninstallForm
Provides a form for uninstalling modules.

Namespace

Drupal\system\Form

Code

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