Problem/Motivation
Issue title says it all:
THEME_ENGINE_init() is deprecated in drupal:9.3.0 and removed in drupal:10.0.0. There is no replacement. See https://www.drupal.org/node/3246978
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | 3280684-theme-engine-init-8.patch | 707 bytes | ada hernandez |
Comments
Comment #2
tim bozeman commentedThanks!
We can just remove
component_library_engine_init()to matchtwig.engine.Comment #4
heddnComment #6
tim bozeman commentedI reverted this. We should probably remove this around Drupal 10 or something. I bet a lot of people aren't on 9.3 yet and this would break their site.
Comment #7
heddnI don't think we need to wait for 10.0. Drupal 9.2 will have security support for a few more weeks only, when 9.4.0 is released. See https://www.drupal.org/about/core/policies/core-release-cycles/schedule
Comment #8
ada hernandez commentedSince this commit got reverted I'm attaching a new one that applies on 1.0.x-dev version.
Comment #9
graber commented@Tim what's the problem with rising module core version requirement to 9.3 starting from the next release? People that don't update core shouldn't block other development since they probably don't update contrib (including this) as well anyway.
Comment #11
tim bozeman commentedOh that's right 😅
Thank you!