module_installer:
  class: Drupal\Core\Extension\ModuleInstaller
  tags:
    - { name: service_collector, tag: 'module_install.uninstall_validator', call: addUninstallValidator }
  arguments: ['@app.root', '@module_handler', '@kernel', '@router.builder']
  lazy: true

The constructor signature of ModuleInstaller class does not accept router.builder service.

CommentFileSizeAuthor
#2 3002746-2.patch590 byteshardikpandya

Comments

Chi created an issue. See original summary.

hardikpandya’s picture

Status: Active » Needs review
StatusFileSize
new590 bytes
chi’s picture

Status: Needs review » Reviewed & tested by the community

Thanks!

catch’s picture

Status: Reviewed & tested by the community » Fixed

Committed 2f192ca and pushed to 8.7.x. Thanks!

  • catch committed 2f192ca on 8.7.x
    Issue #3002746 by hardikpandya, Chi: module_installer service declares...

Status: Fixed » Closed (fixed)

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