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
Namespace
Drupal\paragraphs_library\FormCode
public function getConfirmText() {
return $this
->t('Delete');
}