- Issue created by @claudiu.cristea
- 🇷🇴Romania claudiu.cristea Arad 🇷🇴
📌 Support Drupal >=10.3 Active is merged. Unpostponing
The PrivateMessageMapper service makes an assumption: the private message entities are all stored in the default Drupal database. If for some reasons a project wants to switch the entity storage to something different than the main project database (like sparql_entity_storage, for instance) this service will not work because all methods are doing direct DB queries.
Replace direct DB queries with entity API/queries in all methods.
None.
None.
None.
None.
Active
4.0
Code
📌 Support Drupal >=10.3 Active is merged. Unpostponing