function ReviewForm::getConfirmText
Same name in other branches
- 9 core/modules/migrate_drupal_ui/src/Form/ReviewForm.php \Drupal\migrate_drupal_ui\Form\ReviewForm::getConfirmText()
- 8.9.x core/modules/migrate_drupal_ui/src/Form/ReviewForm.php \Drupal\migrate_drupal_ui\Form\ReviewForm::getConfirmText()
- 10 core/modules/migrate_drupal_ui/src/Form/ReviewForm.php \Drupal\migrate_drupal_ui\Form\ReviewForm::getConfirmText()
Overrides MigrateUpgradeFormBase::getConfirmText
File
-
core/
modules/ migrate_drupal_ui/ src/ Form/ ReviewForm.php, line 262
Class
- ReviewForm
- Migrate Upgrade review form.
Namespace
Drupal\migrate_drupal_ui\FormCode
public function getConfirmText() {
return $this->t('Perform upgrade');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.