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: trueThe constructor signature of ModuleInstaller class does not accept router.builder service.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3002746-2.patch | 590 bytes | hardikpandya |
Comments
Comment #2
hardikpandya commentedComment #3
chi commentedThanks!
Comment #4
catchCommitted 2f192ca and pushed to 8.7.x. Thanks!