public function DownloadByJobItemsTmgmtActionApproveForm::getQuestion in TMGMT Translator Smartling 8.4
File
- src/
Form/ DownloadByJobItemsTmgmtActionApproveForm.php, line 41
Class
- DownloadByJobItemsTmgmtActionApproveForm
- Provides a confirmation form for sending multiple content entities.
Namespace
Drupal\tmgmt_smartling\FormCode
public function getQuestion() {
return $this
->t('Are you sure you want to download translations for these jobs?');
}