Problem/Motivation

drupal_set_message has been depricated, therefore the usage of the MessengerInterface is needed.

Proposed resolution

Replace all drupal_set_message calls with the messenger interface.

Remaining tasks

Replace the callbacks.

User interface changes

N/A

API changes

N/A

Data model changes

N/A

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

BramDriesen created an issue. See original summary.

BramDriesen’s picture

Assigned: BramDriesen » Unassigned
Status: Active » Needs review
FileSize
2.3 KB

Patch attached.

ragasirtahk’s picture

Added child issues to make tracking easier.

ragasirtahk’s picture

Status: Needs review » Reviewed & tested by the community
FileSize
11.57 KB

The patch applied cleanly. Verified that there is no usage of drupal_set_message function after applying patch by running grep (grep -nr drupal_set_message .) in the cloned directory.

ragasirtahk’s picture

Issue Update: This issue is RTBC, 3/4 of child issues are RTBC and 1/4 of child issues is RTBC.

  • gvso committed 92892dd on 8.x-2.x authored by BramDriesen
    Issue #3006952 by BramDriesen, ragasirtahk: Usage of depricated function...
gvso’s picture

Title: Usage of depricated function: drupal_set_message » Usage of deprecated function: drupal_set_message
Status: Reviewed & tested by the community » Fixed

Thank you!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.