function IdConflictForm::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/ IdConflictForm.php, line 169  
Class
- IdConflictForm
 - Migrate Upgrade Id Conflict form.
 
Namespace
Drupal\migrate_drupal_ui\FormCode
public function getConfirmText() {
  return $this->t('I acknowledge I may lose data. Continue anyway.');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.