Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / locale / src / Form / ExportForm.php
index 89f3fbb69dbe21410450e4212ab95e3c64cf6ae5..af3282add0774c556b2fc2232a07edf5a0550b5b 100644 (file)
@@ -180,7 +180,7 @@ class ExportForm extends FormBase {
       $form_state->setResponse($response);
     }
     else {
-      drupal_set_message($this->t('Nothing to export.'));
+      $this->messenger()->addStatus($this->t('Nothing to export.'));
     }
   }