- Issue created by @wouter.h
- Merge request !2refs #3506404 Removing property definition in class constructor. → (Closed) created by wouter.h
While enabling this module, I get the error below: PHP Fatal error: Type of Drupal\navigation_extra\Form\SettingsForm::$typedConfigManager must not be defined (as in class Drupal\Core\Form\ConfigFormBase) in /var/www/html/web/modules/contrib/navigation_extra/src/Form/SettingsForm.php on line 0
In Drupal core 10.3 (or even a bit earlier) the property $typedConfigManager is defined in \Drupal\Core\Form\ConfigFormBase.
I am working on a solution.
Needs work
1.0
Code