- Issue created by @project update bot
This is an automated patch generated using Upgrade Status and Drupal Rector. Please see the issue summary for more details. A merge request (MR) is also openend and updated.
It is important that any automated tests available are run and that you manually test the changes.
Drupal 11 Compatibility
According to the Upgrade Status module → , even with these changes, this module is not yet compatible with Drupal 11.
Currently Drupal Rector, version 0.20.1, cannot fix all Drupal 11 compatibility problems.
Therefore these changes did not update the
info.yml
file for Drupal 11 compatibility.The compatibility issues that Upgrade Status found after the Drupal Rector fixes were applied are attached to help you resolve them manually.
Leaving this issue open, even after committing the current patch or merging the MR, will allow the Project Update Bot → to post additional Drupal 11 compatibility fixes as they become available in Drupal Rector.
Debug information
Bot run #11-127659These packages were used to generate the fixes:
- drupal/upgrade_status: 4.1.0
- mglaman/phpstan-drupal: 1.2.9
- palantirnet/drupal-rector: 0.20.1
- First commit to issue fork.
- 🇳🇱Netherlands jeroen dost
I applied the patch on my Drupal 10 site and it reduced the reported messages from the upgrade status scan from 56 to 34.
In the attached file (upgrade-status-export-2025-08-05.txt) are the remaining problems. Do I need to create a new issue for these reported problems that cannot be fixed bij Drupal Rector? Or is this the place to collect all D11 issues? - 🇳🇱Netherlands jeroen dost
I reguired (dev) phpstan-strict-rules in my coposer file. Removing it, reduced it to 13 problems. 10 of these were related to deprecations in this mollie module itself, which will be fixed in 3.x version. So I only patched 3 .info files to make it compatable with Drupal 11 (see attachment).