- 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 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 → these changes make this module compatible with Drupal 11! 🎉
Therefore these changes update theinfo.yml
file for Drupal 11 compatibility.Leaving this issue open, even after committing the current patch, will allow the Project Update Bot → to post additional Drupal 11 compatibility fixes as they become available in Drupal Rector.
Debug info
Bot run #11-120835This patch was created using these packages:
- drupal/upgrade_status: 4.1.0
- mglaman/phpstan-drupal: 1.2.7
- palantirnet/drupal-rector: 0.20.1
- First commit to issue fork.
- 🇦🇺Australia VladimirAus Brisbane, Australia
vladimiraus → changed the visibility of the branch 3429235-automated-drupal-11 to hidden.
- 🇦🇺Australia VladimirAus Brisbane, Australia
See CI report. More work required.
- 🇦🇺Australia alex.skrypnyk Melbourne
@vladimiraus
I see you added CI that is now reporting issues that have been present in the module for a long time.
Is it possible to do the D11 upgrade as-is and fix those code standards violations in another issue? - Status changed to Needs work
about 2 months ago 6:22am 9 December 2024 - 🇦🇺Australia VladimirAus Brisbane, Australia
All good. Thanks @alex.skrypnyk.
- 🇦🇺Australia VladimirAus Brisbane, Australia
There is work happening in
hook_file_validate()
fix in ✨ Remove deprecated hook_file_validate() and implement Constraint plugins Active . - 🇦🇺Australia VladimirAus Brisbane, Australia
Only dependency injections are left.
As there is work on refactoring is happening in 4.0.x, I won't be doing it here.
- 🇦🇺Australia jannakha Brisbane!
hook_file_validate() will be replaced with event handler in this task
issue #3423615 was not implemented for this module