Problem/Motivation
CI and Upgrade Status both report that drupal_set_message() is not found in modern versions of Drupal, since it was removed in Drupal 9.
Steps to reproduce
Look at the phpstan results for this module, or scan it with Upgrade Status.
Proposed resolution
use MessengerInterface::addMessage() instead.
Remaining tasks
Make an MR. I'm assigning this ticket to myself since I intend to work on it right away.
Issue fork entity-3609102
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
benstallings commentedComment #6
klausiMerged, thanks!