protected function ModulesInstallConfirmForm::getDescription

Returns additional text to display as a description.

Return value

string The form description.

Overrides ConfirmFormBase::getDescription

File

drupal/core/modules/system/lib/Drupal/system/Form/ModulesInstallConfirmForm.php, line 43
Contains \Drupal\system\Form\ModulesInstallConfirmForm.

Class

ModulesInstallConfirmForm
Builds a confirmation form for required modules.

Namespace

Drupal\system\Form

Code

protected function getDescription() {
  return t('Would you like to continue with the above?');
}