Problem/Motivation
Even thou 8.x-5.2 is marked D9 compatible, there is a minor issue on 2 function calls.
https://www.drupal.org/node/2774931
On a 9.0.2 site, this triggered an error.
Deprecated
in Drupal 8.5.0 and will be removed before Drupal 9.0.0. Use \Drupal\Core\Messenger\MessengerInterface::addMessage() instead.
Steps to reproduce
Proposed resolution
Replace the usage of drupal_set_message with $this->messenger()->addStatus
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | 3163634-7.patch | 4 KB | rajab natshah |
Comments
Comment #2
amritendu1980 commentedBy using this patch we can resolve the compatibility error message
Comment #3
suresh prabhu parkala commentedThanks @amritendu1980. Patch applied without error.
Comment #4
gobinathmComment #5
rajab natshahDropping support for Drupal 8
Comment #6
rajab natshahComment #7
rajab natshahComment #9
rajab natshahComment #12
rajab natshahComment #13
rajab natshahComment #14
rajab natshahHad Real physical testing round for Bootstrap Layouts 5.x-dev with Drupal ~10 and Drupal ~9.0
Using the following setup process with field_layout, layout_builder, and ds
Real-physical-testing-round-for-bootstrap_layouts-5-x-dev--with-d10-and-d9.zip
Comment #15
rajab natshahComment #16
rajab natshah✅ Released bootstrap_layouts-8.x-5.3