You are here

public function ConfirmItemReleaseForm::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/ConfirmItemReleaseForm.php, line 65

Class

ConfirmItemReleaseForm
Class ConfirmItemReleaseForm @package Drupal\queue_ui\Form

Namespace

Drupal\queue_ui\Form

Code

public function getDescription() {
  return $this
    ->t('This action cannot be undone and will force the release of the item even if it is currently being processed.');
}