public function DownloadTmgmtActionApproveForm::getConfirmText in TMGMT Extension Suite 8
Same name and namespace in other branches
- 8.3 src/Form/DownloadTmgmtActionApproveForm.php \Drupal\tmgmt_extension_suit\Form\DownloadTmgmtActionApproveForm::getConfirmText()
- 8.2 src/Form/DownloadTmgmtActionApproveForm.php \Drupal\tmgmt_extension_suit\Form\DownloadTmgmtActionApproveForm::getConfirmText()
Returns a caption for the button that confirms the action.
Return value
\Drupal\Core\StringTranslation\TranslatableMarkup The form confirmation text.
Overrides BaseTmgmtActionApproveForm::getConfirmText
File
- src/
Form/ DownloadTmgmtActionApproveForm.php, line 22
Class
- DownloadTmgmtActionApproveForm
- Provides a confirmation form for sending multiple content entities.
Namespace
Drupal\tmgmt_extension_suit\FormCode
public function getConfirmText() {
return $this
->t('Download Translation');
}