function ThemeExperimentalConfirmForm::getConfirmText
Same name in other branches
- 9 core/modules/system/src/Form/ThemeExperimentalConfirmForm.php \Drupal\system\Form\ThemeExperimentalConfirmForm::getConfirmText()
- 8.9.x core/modules/system/src/Form/ThemeExperimentalConfirmForm.php \Drupal\system\Form\ThemeExperimentalConfirmForm::getConfirmText()
- 11.x core/modules/system/src/Form/ThemeExperimentalConfirmForm.php \Drupal\system\Form\ThemeExperimentalConfirmForm::getConfirmText()
Overrides ConfirmFormBase::getConfirmText
File
-
core/
modules/ system/ src/ Form/ ThemeExperimentalConfirmForm.php, line 75
Class
- ThemeExperimentalConfirmForm
- Builds a confirmation form for enabling experimental themes.
Namespace
Drupal\system\FormCode
public function getConfirmText() {
return $this->t('Continue');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.