You are here

protected function LingotekJobClearMultipleConfigForm::postStatusMessage in Lingotek Translation 3.3.x

Same name and namespace in other branches
  1. 8.2 src/Form/LingotekJobClearMultipleConfigForm.php \Drupal\lingotek\Form\LingotekJobClearMultipleConfigForm::postStatusMessage()
  2. 4.0.x src/Form/LingotekJobClearMultipleConfigForm.php \Drupal\lingotek\Form\LingotekJobClearMultipleConfigForm::postStatusMessage()
  3. 3.0.x src/Form/LingotekJobClearMultipleConfigForm.php \Drupal\lingotek\Form\LingotekJobClearMultipleConfigForm::postStatusMessage()
  4. 3.1.x src/Form/LingotekJobClearMultipleConfigForm.php \Drupal\lingotek\Form\LingotekJobClearMultipleConfigForm::postStatusMessage()
  5. 3.2.x src/Form/LingotekJobClearMultipleConfigForm.php \Drupal\lingotek\Form\LingotekJobClearMultipleConfigForm::postStatusMessage()
  6. 3.4.x src/Form/LingotekJobClearMultipleConfigForm.php \Drupal\lingotek\Form\LingotekJobClearMultipleConfigForm::postStatusMessage()
  7. 3.5.x src/Form/LingotekJobClearMultipleConfigForm.php \Drupal\lingotek\Form\LingotekJobClearMultipleConfigForm::postStatusMessage()
  8. 3.6.x src/Form/LingotekJobClearMultipleConfigForm.php \Drupal\lingotek\Form\LingotekJobClearMultipleConfigForm::postStatusMessage()
  9. 3.7.x src/Form/LingotekJobClearMultipleConfigForm.php \Drupal\lingotek\Form\LingotekJobClearMultipleConfigForm::postStatusMessage()
  10. 3.8.x src/Form/LingotekJobClearMultipleConfigForm.php \Drupal\lingotek\Form\LingotekJobClearMultipleConfigForm::postStatusMessage()

Post a status message when succeeded.

Overrides LingotekJobAssignToMultipleConfigForm::postStatusMessage

File

src/Form/LingotekJobClearMultipleConfigForm.php, line 42

Class

LingotekJobClearMultipleConfigForm
Form for bulk clear of Job ID to config entities.

Namespace

Drupal\lingotek\Form

Code

protected function postStatusMessage() {
  $this->messenger
    ->addStatus('Job ID was cleared successfully.');
}