Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / system / tests / modules / ajax_forms_test / src / Form / AjaxFormsTestValidationForm.php
index d908e3809cdfc24df6ba0fc9e781a2105156a122..ef6ddaf73653c634da634dd5d371dc629cf780b9 100644 (file)
@@ -67,7 +67,7 @@ class AjaxFormsTestValidationForm extends FormBase {
    * {@inheritdoc}
    */
   public function submitForm(array &$form, FormStateInterface $form_state) {
-    drupal_set_message($this->t("Validation form submitted"));
+    $this->messenger()->addStatus($this->t("Validation form submitted"));
   }
 
 }