- Issue created by @mdeahmad
The domain_lang module encounters a type error when navigating to a specific page in the admin interface. The error message indicates a mismatch in the type of argument passed to the constructor of the NegotiationConfigureForm class, resulting in a fatal error.
Navigate to the URL for editing language-detect-select for any domain.
http://example.es/es/admin/config/domain/language-detect-select/example_es
Observe the error message mentioned below.
TypeError: Drupal\language\Form\NegotiationConfigureForm::__construct(): Argument #2 ($typedConfigManager) must be of type Drupal\Core\Config\TypedConfigManagerInterface, Drupal\language\ConfigurableLanguageManager given, called in /var/www/html/docroot/modules/contrib/domain_lang/src/Form/DomainLangNegotiationConfigureForm.php on line 67 in Drupal\language\Form\NegotiationConfigureForm->__construct() (line 85 of /var/www/html/docroot/core/modules/language/src/Form/NegotiationConfigureForm.php).
Active
Code