Same name and namespace in other branches
  1. 8.9.x core/modules/migrate_drupal_ui/src/Form/OverviewForm.php \Drupal\migrate_drupal_ui\Form\OverviewForm::getConfirmText()
  2. 9 core/modules/migrate_drupal_ui/src/Form/OverviewForm.php \Drupal\migrate_drupal_ui\Form\OverviewForm::getConfirmText()

Returns a caption for the button that confirms the action.

Return value

string The form confirmation text.

Overrides MigrateUpgradeFormBase::getConfirmText

File

core/modules/migrate_drupal_ui/src/Form/OverviewForm.php, line 88

Class

OverviewForm
Migrate Upgrade Overview form.

Namespace

Drupal\migrate_drupal_ui\Form

Code

public function getConfirmText() {
  return $this
    ->t('Continue');
}