public function LogActionFormBase::getConfirmText in Log entity 2.x
Returns a caption for the button that confirms the action.
Return value
\Drupal\Core\StringTranslation\TranslatableMarkup The form confirmation text.
Overrides ConfirmFormBase::getConfirmText
2 methods override LogActionFormBase::getConfirmText()
- LogCloneActionForm::getConfirmText in src/
Form/ LogCloneActionForm.php - Returns a caption for the button that confirms the action.
- LogRescheduleActionForm::getConfirmText in src/
Form/ LogRescheduleActionForm.php - Returns a caption for the button that confirms the action.
File
- src/
Form/ LogActionFormBase.php, line 96
Class
- LogActionFormBase
- Base form class for configurable actions.
Namespace
Drupal\log\FormCode
public function getConfirmText() {
}