- Issue created by @coretex
- Merge request !4Issue #3537237: Remove 'protected' from $config_factory and $typedConfigManager constructor... → (Merged) created by Unnamed author
Automatically closed - issue fixed for 2 weeks with no activity.
The module in Drupal 10.2+ gives an error when trying to add a block in a view. Type of Drupal\views_insert_blocks\Form\BlockListForm::$typedConfigManager must not be defined
and similar errors for BlockEditForm.
Remove the protected keyword from constructor parameters in ConfigFormBase. When searching in the codebase of Drupal CMS many modules don't use protected
in the constructor. Example:
ConfigFactoryInterface $config_factory, TypedConfigManagerInterface $typedConfigManager
None
None
None
Active
1.1
Code
Automatically closed - issue fixed for 2 weeks with no activity.