- Issue created by @fgm
- 🇫🇷France fgm Paris, France
Potential example in the Redis module: 📌 Implement new QueueFactoryInterface Active .
Core adds a new QueueFactoryInterface since 📌 Queue factory services do not conform to an interface RTBC , which will be required in Drupal 11.
At the moment the interface doesn't exist in Drupal 10.2.
It might be possible to conditionally define/class_alias the interface for 10.2 compatibility, or potentially for core to backport the interface to 10.2 (without any deprecations) so it's available. The latter would mean introducing a minimum core requirement on a 10.2 patch release ofc.
n.a.
Follow core implementation.
Do it.
None.
The existing QueueFactory
will implement the new interface.
None.
Active
2.0
Queue
Potential example in the Redis module: 📌 Implement new QueueFactoryInterface Active .