You are here

public function ContentExportMultiple::getConfirmText in Content Synchronization 8.2

Same name and namespace in other branches
  1. 3.0.x src/Form/ContentExportMultiple.php \Drupal\content_sync\Form\ContentExportMultiple::getConfirmText()

Returns a caption for the button that confirms the action.

Return value

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

Overrides ConfirmFormBase::getConfirmText

File

src/Form/ContentExportMultiple.php, line 108

Class

ContentExportMultiple
Class ContentExportMultiple

Namespace

Drupal\content_sync\Form

Code

public function getConfirmText() {
  return t('Export');
}