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.

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

tim-diels created an issue. See original summary.

tim-diels’s picture

Assigned: tim-diels » Unassigned
Status: Active » Needs review

Provided the merge request.

  • apaderno committed 0fa2b23 on 2.0.x authored by tim-diels
    Issue #3283958 by tim-diels: Fatal error on the config_files....

  • apaderno committed 1b3d501 on 8.x-1.x authored by tim-diels
    Issue #3283958 by tim-diels: Fatal error on the config_files....
avpaderno’s picture

Status: Needs review » Fixed

It has been fixed in both the branches. Thank you!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.