acquia / df

Demo Framework - mirrored at https://git.drupal.org/project/df.git
https://www.drupal.org/project/df
18 stars 19 forks source link

Replace drupal_set_message #154

Closed rlnorthcutt closed 5 years ago

rlnorthcutt commented 5 years ago

See http://hojtsy.hu/blog/2019-jul-30/prepare-drupal-9-stop-using-drupalsetmessage

Looks like we have this in 3 places in DF. We should replace it and use a new standard.

saltednut commented 5 years ago

This should be alright. We'll see who/what breaks when we get to D9 but at least the code we maintain is up to date.

rlnorthcutt commented 5 years ago

Awesome! There is also an updater tool that we can use in the future to scan the codebase. This will be good for making sure that we have one less thing to change, and it sets the "standard" for DF.