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

Comments

heddn created an issue. See original summary.

tim bozeman’s picture

Status: Active » Needs review
StatusFileSize
new686 bytes

Thanks!

We can just remove component_library_engine_init() to match twig.engine.

  • heddn committed b7f7cdc on 1.0.x authored by Tim Bozeman
    Issue #3280684 by Tim Bozeman, heddn: THEME_ENGINE_init() is deprecated...
heddn’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

tim bozeman’s picture

Status: Closed (fixed) » Needs work

I 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.

heddn’s picture

I 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

ada hernandez’s picture

StatusFileSize
new707 bytes

Since this commit got reverted I'm attaching a new one that applies on 1.0.x-dev version.

graber’s picture

@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.

tim bozeman’s picture

Status: Needs work » Fixed

Oh that's right 😅
Thank you!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.