public function HeartbeatStreamRevisionRevertForm::getConfirmText in Heartbeat 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
- src/
Form/ HeartbeatStreamRevisionRevertForm.php, line 89
Class
- HeartbeatStreamRevisionRevertForm
- Provides a form for reverting a Heartbeat stream revision.
Namespace
Drupal\heartbeat\FormCode
public function getConfirmText() {
return t('Revert');
}