You are here

public function ConfirmClearForm::getDescription in Queue UI 8.2

Returns additional text to display as a description.

Return value

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

Overrides ConfirmFormBase::getDescription

File

src/Form/ConfirmClearForm.php, line 81

Class

ConfirmClearForm
Class ConfirmClearForm @package Drupal\queue_ui\Form

Namespace

Drupal\queue_ui\Form

Code

public function getDescription() {
  return $this
    ->t('All items in each queue will be deleted, regardless of if leases exist. This operation cannot be undone.');
}