Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / workflows / src / Form / WorkflowDeleteForm.php
index 508205738db442f492ca7144c50d5da716c9a8e8..51a0bdd976a2645fbfe5df464f7c58178a37860d 100644 (file)
@@ -53,7 +53,7 @@ class WorkflowDeleteForm extends EntityConfirmFormBase {
   public function submitForm(array &$form, FormStateInterface $form_state) {
     $this->entity->delete();
 
-    drupal_set_message($this->t(
+    $this->messenger()->addStatus($this->t(
       'Workflow %label deleted.',
       ['%label' => $this->entity->label()]
     ));