You are here

public function ConfirmClearReplicationQueueForm::getDescription in Workspace 8

Returns additional text to display as a description.

Return value

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

Overrides ConfirmFormBase::getDescription

File

src/Form/ConfirmClearReplicationQueueForm.php, line 90

Class

ConfirmClearReplicationQueueForm
Class ConfirmClearReplicationQueueForm.

Namespace

Drupal\workspace\Form

Code

public function getDescription() {
  return $this
    ->t('All replications will be marked as failed and removed from the cron queue, except those that are in progress. This action cannot be undone.');
}