Returns the question to ask the user.
Return value
string
The form question. The page title will be set to this value.
Overrides ConfirmFormBase::getQuestion
File
- drupal/core/modules/system/lib/Drupal/system/Form/ModulesUninstallConfirmForm.php, line 22
- Contains \Drupal\system\Form\ModulesUninstallConfirmForm.
Class
- ModulesUninstallConfirmForm
- Builds a confirmation form to uninstall selected modules.
Namespace
Drupal\system\Form
Code
protected function getQuestion() {
return t('Confirm uninstall');
}