public function DeleteTmgmtActionApproveForm::getConfirmText in TMGMT Extension Suite 8.3
Same name and namespace in other branches
- 8 src/Form/DeleteTmgmtActionApproveForm.php \Drupal\tmgmt_extension_suit\Form\DeleteTmgmtActionApproveForm::getConfirmText()
- 8.2 src/Form/DeleteTmgmtActionApproveForm.php \Drupal\tmgmt_extension_suit\Form\DeleteTmgmtActionApproveForm::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/ DeleteTmgmtActionApproveForm.php, line 22
Class
- DeleteTmgmtActionApproveForm
- Provides a confirmation form for sending multiple content entities.
Namespace
Drupal\tmgmt_extension_suit\FormCode
public function getConfirmText() {
return $this
->t('Delete Jobs');
}