ModulesListExperimentalConfirmForm::getFormId

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides ModulesListConfirmForm::getFormId

File

core/modules/system/src/Form/ModulesListExperimentalConfirmForm.php, line 20

Class

ModulesListExperimentalConfirmForm
Builds a confirmation form for enabling experimental modules.

Namespace

Drupal\system\Form

Code

public function getFormId() {
  return 'system_modules_experimental_confirm_form';
}
doc_Drupal
2016-10-29 09:29:34
Comments
Leave a Comment

Please login to continue.