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/ModulesInstallConfirmForm.php, line 22
 
  - Contains \Drupal\system\Form\ModulesInstallConfirmForm.
 
  Class
  
  - ModulesInstallConfirmForm 
 
  - Builds a confirmation form for required modules.
 
  Namespace
  Drupal\system\Form
Code
protected function getQuestion() {
  return t('Some required modules must be enabled');
}