function MigrateUpgradeFormBase::getConfirmText
Same name in other branches
- 8.9.x core/modules/migrate_drupal_ui/src/Form/MigrateUpgradeFormBase.php \Drupal\migrate_drupal_ui\Form\MigrateUpgradeFormBase::getConfirmText()
- 10 core/modules/migrate_drupal_ui/src/Form/MigrateUpgradeFormBase.php \Drupal\migrate_drupal_ui\Form\MigrateUpgradeFormBase::getConfirmText()
- 11.x core/modules/migrate_drupal_ui/src/Form/MigrateUpgradeFormBase.php \Drupal\migrate_drupal_ui\Form\MigrateUpgradeFormBase::getConfirmText()
Returns a caption for the button that confirms the action.
Return value
string The form confirmation text.
1 call to MigrateUpgradeFormBase::getConfirmText()
- MigrateUpgradeFormBase::buildForm in core/
modules/ migrate_drupal_ui/ src/ Form/ MigrateUpgradeFormBase.php - Form constructor.
5 methods override MigrateUpgradeFormBase::getConfirmText()
- CredentialForm::getConfirmText in core/
modules/ migrate_drupal_ui/ src/ Form/ CredentialForm.php - Returns a caption for the button that confirms the action.
- IdConflictForm::getConfirmText in core/
modules/ migrate_drupal_ui/ src/ Form/ IdConflictForm.php - Returns a caption for the button that confirms the action.
- IncrementalForm::getConfirmText in core/
modules/ migrate_drupal_ui/ src/ Form/ IncrementalForm.php - Returns a caption for the button that confirms the action.
- OverviewForm::getConfirmText in core/
modules/ migrate_drupal_ui/ src/ Form/ OverviewForm.php - Returns a caption for the button that confirms the action.
- ReviewForm::getConfirmText in core/
modules/ migrate_drupal_ui/ src/ Form/ ReviewForm.php - Returns a caption for the button that confirms the action.
File
-
core/
modules/ migrate_drupal_ui/ src/ Form/ MigrateUpgradeFormBase.php, line 103
Class
- MigrateUpgradeFormBase
- Form base for the Migrate Upgrade UI.
Namespace
Drupal\migrate_drupal_ui\FormCode
protected abstract function getConfirmText();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.