Returns a caption for the button that confirms the action.
Return value
string
The form confirmation text.
Overrides ConfirmFormBase::getConfirmText
File
- drupal/core/modules/system/lib/Drupal/system/Form/ModulesInstallConfirmForm.php, line 29
- Contains \Drupal\system\Form\ModulesInstallConfirmForm.
Class
- ModulesInstallConfirmForm
- Builds a confirmation form for required modules.
Namespace
Drupal\system\Form
Code
protected function getConfirmText() {
return t('Continue');
}