Problem/Motivation
The config_files.uninstall_validator uses an argument but is not put in the arguments property and therefor gives a fatal error when doing a cache rebuild.
Symfony\Component\DependencyInjection\Exception\LogicException: Service 'config_files.uninstall_validator' for consumer 'drupal.proxy_original_service.module_installer' does not implement Drupal\Core\Extension\ModuleUninstallValidatorInterface. in /var/www/html/web/core/lib/Drupal/Core/DependencyInjection/Compiler/TaggedHandlersPass.php:164
Proposed resolution
Put the argument in the arguments property.
Remaining tasks
Review merge request.
User interface changes
None.
API changes
None.
Data model changes
None.
Issue fork config_tools-3283958
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:
- 3283958-fatal-error-on
changes, plain diff MR !5
Comments
Comment #3
tim-dielsProvided the merge request.
Comment #6
avpadernoIt has been fixed in both the branches. Thank you!