Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / workflows / src / Form / WorkflowTransitionAddForm.php
index 1ac8de54b405c99defea09983d447bbcb9f9e990..87aea537a1cf6768b130755f55b8bf8a8633d621 100644 (file)
@@ -188,7 +188,7 @@ class WorkflowTransitionAddForm extends EntityForm {
     }
 
     $workflow->save();
-    drupal_set_message($this->t('Created %label transition.', [
+    $this->messenger()->addStatus($this->t('Created %label transition.', [
       '%label' => $form_state->getValue('label'),
     ]));
     $form_state->setRedirectUrl($workflow->toUrl('edit-form'));