Needs review
Project:
Menu Select
Version:
2.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
15 Jul 2026 at 16:26 UTC
Updated:
15 Jul 2026 at 16:37 UTC
Jump to comment: Most recent
Investigating the d12 issues reported by project update bot.
From menu_select.2.0.x-dev.upgrade_status.post_rector.txt:
menu_select - modules/contrib/menu_select/src/Form/MenuSelectConfigForm.php:
+----------+------+---------------------------------------------------------------------------------------------+
| severity | line | message |
+----------+------+---------------------------------------------------------------------------------------------+
| error | 18 | Method Drupal\Core\Form\ConfigFormBase::__construct() invoked with 1 parameter, 2 required. |
+----------+------+---------------------------------------------------------------------------------------------+Here is the related change record: https://www.drupal.org/node/3404140
Fix is to add $typedConfigManager argument to __construct().
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
mortona2k commented