- Issue created by @aaron.ferris
-
aaron.ferris →
committed 9c0e9d26 on 3.0.x
Issue #3521330: add typed config manager
-
aaron.ferris →
committed 9c0e9d26 on 3.0.x
The D11 branch has an issue with the settings form
1. Latest Drupal 11
2. 3.x of this module
3. Enable the module
4. Go to admin/config/search/search-api-synonyms/settings
The website encountered an unexpected error. Try again later.
ArgumentCountError: Too few arguments to function Drupal\Core\Form\ConfigFormBase::__construct(), 1 passed in /var/www/html/web/modules/contrib/search_api_synonym/src/Form/SynonymSettingsForm.php on line 36 and exactly 2 expected in Drupal\Core\Form\ConfigFormBase->__construct() (line 44 of core/lib/Drupal/Core/Form/ConfigFormBase.php).
Fix the issue.
Active
3.0
Code
Issue #3521330: add typed config manager