Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / shortcut / src / Form / SetCustomize.php
index 20094aa2c304730daeaf62fb890724fa7d8ff442..027f023617b7297c405c7189d991922dde430b32 100644 (file)
@@ -106,7 +106,7 @@ class SetCustomize extends EntityForm {
       $shortcut->setWeight($weight);
       $shortcut->save();
     }
-    drupal_set_message(t('The shortcut set has been updated.'));
+    $this->messenger()->addStatus($this->t('The shortcut set has been updated.'));
   }
 
 }