Drupal 11 compatibility

Created on 29 July 2025, 27 days ago

Let's get this module ready for D11 :)

📌 Task
Status

Active

Version

1.0

Component

Code

Created by

🇧🇪Belgium RandalV

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

  • Issue created by @RandalV
  • 🇮🇳India vinodhini.e chennai

    Working on it!

  • Merge request !1Resolve #3538510 "Drupal 11 compatibility" → (Open) created by RandalV
  • 🇧🇪Belgium RandalV

    Alright, I've pushed some changes that should make it fully D11 compatible.

    The biggest one was the constructor for the ConfigurationForm, in D11 an extra argument was required.
    To keep backwards compatibility, I've removed the constructor entirely and set the custom properties in the static create() method.

    This has the added advantage that any future changes to the constructor will be fully handled by the parent create() method, and we can simply set our own custom properties without having to worry about that.

    Other than that, only a version requirement change was needed in composer & info.yml.

  • 🇮🇳India vinodhini.e chennai

    Hi @randalv, I have installed this module on a Drupal 11.2.2.
    Identified compatibility issues with Drupal 11.
    After merging MR !1, the module is now compatible with Drupal 11. Thanks.

Production build 0.71.5 2024