ModulesUninstallConfirmForm::getQuestion

public ModulesUninstallConfirmForm::getQuestion()

Returns the question to ask the user.

Return value

string The form question. The page title will be set to this value.

Overrides ConfirmFormInterface::getQuestion

File

core/modules/system/src/Form/ModulesUninstallConfirmForm.php, line 90

Class

ModulesUninstallConfirmForm
Builds a confirmation form to uninstall selected modules.

Namespace

Drupal\system\Form

Code

public function getQuestion() {
  return $this->t('Confirm uninstall');
}
doc_Drupal
2016-10-29 09:29:43
Comments
Leave a Comment

Please login to continue.