You are here

public function LibraryItemRevisionDeleteForm::getConfirmText in Paragraphs 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/paragraphs_library/src/Form/LibraryItemRevisionDeleteForm.php, line 114

Class

LibraryItemRevisionDeleteForm

Namespace

Drupal\paragraphs_library\Form

Code

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