You are here

public function MaestroTraceDeleteProcess::getDescription in Maestro 8.2

Same name and namespace in other branches
  1. 3.x src/Form/MaestroTraceDeleteProcess.php \Drupal\maestro\Form\MaestroTraceDeleteProcess::getDescription()

Returns additional text to display as a description.

Return value

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

Overrides ConfirmFormBase::getDescription

File

src/Form/MaestroTraceDeleteProcess.php, line 60

Class

MaestroTraceDeleteProcess
The confirm form for deleting a process.

Namespace

Drupal\maestro\Form

Code

public function getDescription() {
  return $this
    ->t('This will remove all the tasks and the process from the queue!');
}