- 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 → 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 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-185727These packages were used to generate the fixes:
- drupal/upgrade_status: 4.3.1
- mglaman/phpstan-drupal: 1.2.11
- palantirnet/drupal-rector: 0.20.1
- First commit to issue fork.
- Status changed to RTBC
4 months ago 2:32pm 24 July 2024 - 🇧🇷Brazil mabho Rio de Janeiro, RJ
Besides the automated update performed by the automated tool, there was a need to fix the code in
src/Form/SettingsForm.php
because of this error message being thrown in Drupal 11:ArgumentCountError: Too few arguments to function Drupal\Core\Form\ConfigFormBase::__construct(), 1 passed in /var/www/web/modules/custom/visual_debugger/src/Form/SettingsForm.php on line 31 and exactly 2 expected in Drupal\Core\Form\ConfigFormBase->__construct() (line 43 of /var/www/web/core/lib/Drupal/Core/Form/ConfigFormBase.php).
I applied an update to fix this problem. There was a need to incorporate variable
Drupal\Core\Config\TypedConfigManagerInterface
to the constructor method ofConfigFormBase
. -
mabho →
committed 8bfb6fed on 1.0.x authored by
Project Update Bot →
Issue #3451389 by Project Update Bot, mabho: Automated Drupal 11...
-
mabho →
committed 8bfb6fed on 1.0.x authored by
Project Update Bot →
- Status changed to Fixed
4 months ago 2:33pm 24 July 2024 - Status changed to Fixed
4 months ago 2:43pm 24 July 2024