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