You are here

public function FlushAllForm::getConfirmText in Textimage 8.3

Same name and namespace in other branches
  1. 8.4 src/Form/FlushAllForm.php \Drupal\textimage\Form\FlushAllForm::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/FlushAllForm.php, line 66

Class

FlushAllForm
Creates a form to confirm flushing of all Textimage images.

Namespace

Drupal\textimage\Form

Code

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