public function ClearJobItemsDataTmgmtActionApproveForm::getDescription in TMGMT Extension Suite 8
Same name and namespace in other branches
- 8.3 src/Form/ClearJobItemsDataTmgmtActionApproveForm.php \Drupal\tmgmt_extension_suit\Form\ClearJobItemsDataTmgmtActionApproveForm::getDescription()
- 8.2 src/Form/ClearJobItemsDataTmgmtActionApproveForm.php \Drupal\tmgmt_extension_suit\Form\ClearJobItemsDataTmgmtActionApproveForm::getDescription()
Returns additional text to display as a description.
Return value
\Drupal\Core\StringTranslation\TranslatableMarkup The form description.
Overrides BaseTmgmtActionApproveForm::getDescription
File
- src/
Form/ ClearJobItemsDataTmgmtActionApproveForm.php, line 44
Class
- ClearJobItemsDataTmgmtActionApproveForm
- Provides a confirmation form for sending multiple content entities.
Namespace
Drupal\tmgmt_extension_suit\FormCode
public function getDescription() {
return $this
->t('Clearing job items data can take some time, do not close the browser');
}