public function DownloadCountResetForm::getCancelText in Download Count 8
Returns a caption for the link which cancels the action.
Return value
\Drupal\Core\StringTranslation\TranslatableMarkup The form cancellation text.
Overrides ConfirmFormBase::getCancelText
File
- src/
Form/ DownloadCountResetForm.php, line 133
Class
- DownloadCountResetForm
- Implements the reset form controller.
Namespace
Drupal\download_count\FormCode
public function getCancelText() {
return $this
->t('Cancel');
}