You are here

public function DownloadTmgmtActionApproveForm::getDescription in TMGMT Extension Suite 8

Same name and namespace in other branches
  1. 8.3 src/Form/DownloadTmgmtActionApproveForm.php \Drupal\tmgmt_extension_suit\Form\DownloadTmgmtActionApproveForm::getDescription()
  2. 8.2 src/Form/DownloadTmgmtActionApproveForm.php \Drupal\tmgmt_extension_suit\Form\DownloadTmgmtActionApproveForm::getDescription()

Returns additional text to display as a description.

Return value

\Drupal\Core\StringTranslation\TranslatableMarkup The form description.

Overrides BaseTmgmtActionApproveForm::getDescription

File

src/Form/DownloadTmgmtActionApproveForm.php, line 36

Class

DownloadTmgmtActionApproveForm
Provides a confirmation form for sending multiple content entities.

Namespace

Drupal\tmgmt_extension_suit\Form

Code

public function getDescription() {
  return $this
    ->t('Downloading can take some time, do not close the browser');
}