function CredentialForm::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/CredentialForm.php, line 403

Class

CredentialForm
Migrate Upgrade database credential form.

Namespace

Drupal\migrate_drupal_ui\Form

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.