public function OpignoAnswerRevisionDeleteForm::getConfirmText in Opigno module 8
Same name and namespace in other branches
- 3.x src/Form/OpignoAnswerRevisionDeleteForm.php \Drupal\opigno_module\Form\OpignoAnswerRevisionDeleteForm::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/ OpignoAnswerRevisionDeleteForm.php, line 91  
Class
- OpignoAnswerRevisionDeleteForm
 - Provides a form for deleting a Answer revision.
 
Namespace
Drupal\opigno_module\FormCode
public function getConfirmText() {
  return t('Delete');
}