You are here

public function YamlFormToWebformMigrateForm::getConfirmText in YAML Form 8

Returns a caption for the button that confirms the action.

Return value

\Drupal\Core\StringTranslation\TranslatableMarkup The form confirmation text.

Overrides ConfirmFormBase::getConfirmText

File

modules/yamlform_to_webform/src/Form/YamlFormToWebformMigrateForm.php, line 88

Class

YamlFormToWebformMigrateForm
YAML Form to Webform migrate form.

Namespace

Drupal\yamlform_to_webform\Form

Code

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