contentacms / contenta_jsonapi

Contenta CMS, the decoupled Drupal
http://www.contentacms.org/
GNU General Public License v2.0
328 stars 104 forks source link

Replace drupal_set_message() to \Drupal::messenger()->addMessage() #410

Closed msreis66 closed 3 years ago

msreis66 commented 3 years ago

Task: #123

Replaces the Drupal 8 deprecated drupal_set_message() to \Drupal::messenger->addMessage().

Test Instructions

Access admin/contenta/revert and submit the form. A message saying "Contenta has successfully reverted to a clean state!" sould appear if no error is thrown.

QA