------ ----------------------------------------------------------------------
Line bulk_update_fields/bulk_update_fields.module
------ ----------------------------------------------------------------------
52 Call to deprecated function drupal_set_message():
in drupal:8.5.0 and is removed from drupal:9.0.0.
Use \Drupal\Core\Messenger\MessengerInterface::addMessage() instead.
------ ----------------------------------------------------------------------
------ ----------------------------------------------------------------------
Line bulk_update_fields/src/BulkUpdateFields.php
------ ----------------------------------------------------------------------
142 Call to deprecated function drupal_set_message():
in drupal:8.5.0 and is removed from drupal:9.0.0.
Use \Drupal\Core\Messenger\MessengerInterface::addMessage() instead.
------ ----------------------------------------------------------------------
------ ----------------------------------------------------------------------
Line bulk_update_fields/src/Form/BulkUpdateFieldsForm.php
------ ----------------------------------------------------------------------
156 Call to deprecated function drupal_set_message():
in drupal:8.5.0 and is removed from drupal:9.0.0.
Use \Drupal\Core\Messenger\MessengerInterface::addMessage() instead.
------ ----------------------------------------------------------------------
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | deprecated_code_report-3115988-2.patch | 3.35 KB | bblake |
Comments
Comment #2
bblake commentedPatch attached.
Comment #4
el1_1el commentedThis should be fixed on dev branch. I added a few more things to make compatible 9x-beta1 but gave you issue credit. Thanks!