mjordan/islandora_riprap

Replace drupal_set_message with MessengerInterface::addMessage

mjordan opened this issue · 1 comments

drupal_set_message was deprecated in Drupal 8.5.0 and will be removed before Drupal 9.0.0. Use \Drupal\Core\Messenger\MessengerInterface::addMessage() instead.

Addressed in #23.