litespeedtech / lscache-drupal

LSCache Plugin for Drupal
GNU General Public License v3.0
14 stars 15 forks source link

Drupal 9 compability #14

Closed saschaeggi closed 4 years ago

saschaeggi commented 4 years ago

Please fix the following to be compatible with Drupal 9: modules/contrib/lscache/src/Form/LSCacheForm.php | 167 | Call to deprecated function drupal_set_message(). Deprecated in drupal:8.5.0 and is removed from drupal:9.0.0. Use Drupal\Core\Messenger\MessengerInterface::addMessage() instead.

modules/contrib/lscache/src/Form/LSCacheForm.php | 175 | Call to deprecated function drupal_set_message(). Deprecated in drupal:8.5.0 and is removed from drupal:9.0.0. Use Drupal\Core\Messenger\MessengerInterface::addMessage() instead.

saschaeggi commented 4 years ago

See PR: https://github.com/litespeedtech/lscache-drupal/pull/16

Woet commented 4 years ago

Already fixed, refer to #16