Problem/Motivation
Function drupal_set_message() is deprecated. See: https://www.drupal.org/node/2774931
Proposed resolution
Use $this->messenger() instead of drupal_set_message()
Remaining tasks
Create patchNeeds Review
User interface changes
None.
API changes
None.
Data model changes
None.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | ctools-fixed_drupal_set_message-3030486-2.patch | 3.34 KB | i-trokhanenko |
Comments
Comment #2
i-trokhanenkoPlease review!
Comment #3
Roman Dyn commentedApplied and tested patch #2. All works great! Thanks! Please commit.
Comment #5
joelpittetThanks for the @deprecated fix