You are here

public function MaestroTraceDeleteProcess::getConfirmText in Maestro 3.x

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

Returns a caption for the button that confirms the action.

Return value

\Drupal\Core\StringTranslation\TranslatableMarkup The form confirmation text.

Overrides ConfirmFormBase::getConfirmText

File

src/Form/MaestroTraceDeleteProcess.php, line 67

Class

MaestroTraceDeleteProcess
The confirm form for deleting a process.

Namespace

Drupal\maestro\Form

Code

public function getConfirmText() {
  return $this
    ->t('Delete Queue Items Now and process records now!');
}