Problem/Motivation

The D11 branch has an issue with the settings form

Steps to reproduce

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).

Proposed resolution

Fix the issue.

Command icon Show commands

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

aaron.ferris created an issue. See original summary.

aaron.ferris’s picture

Status: Active » Needs review

aaron.ferris’s picture

Status: Needs review » Fixed
aaron.ferris’s picture

aaron.ferris’s picture

Status: Fixed » Needs review
aaron.ferris’s picture

Status: Needs review » Fixed
aaron.ferris’s picture

Status: Fixed » Closed (fixed)