Problem/Motivation
Getting this error on Drupal 11 site.
The website encountered an unexpected error. Try again later.
ArgumentCountError: Too few arguments to function Drupal\fvm\Form\FvmSettingsForm::__construct(), 6 passed in /var/www/html/web/modules/contrib/fvm/src/Form/FvmSettingsForm.php on line 83 and exactly 7 expected in Drupal\fvm\Form\FvmSettingsForm->__construct() (line 70 of modules/contrib/fvm/src/Form/FvmSettingsForm.php).
Steps to reproduce
1. Install the module in Drupal 11
2. Visit the settings form /admin/structure/display-modes/view/fvm
Proposed resolution
Add the dependency of TypedConfigManagerInterface
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork fvm-3582117
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
Comment #2
arunkumarkComment #3
arunkumarkComment #5
arunkumarkComment #6
abhineshComment #9
abhineshComment #11
abhinesh