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'); }
Please login to continue.