public function DownloadCountResetForm::getDescription in Download Count 8
Returns additional text to display as a description.
Return value
\Drupal\Core\StringTranslation\TranslatableMarkup The form description.
Overrides ConfirmFormBase::getDescription
File
- src/
Form/ DownloadCountResetForm.php, line 114
Class
- DownloadCountResetForm
- Implements the reset form controller.
Namespace
Drupal\download_count\FormCode
public function getDescription() {
return $this
->t('This action cannot be undone.');
}