ModulesListConfirmForm::getQuestion

public ModulesListConfirmForm::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/ModulesListConfirmForm.php, line 78

Class

ModulesListConfirmForm
Builds a confirmation form for enabling modules with dependencies.

Namespace

Drupal\system\Form

Code

public function getQuestion() {
  return $this->t('Some required modules must be enabled');
}
doc_Drupal
2016-10-29 09:29:31
Comments
Leave a Comment

Please login to continue.