- Issue created by @chfoidl
Automatically closed - issue fixed for 2 weeks with no activity.
When enabling the module, an exception is thrown that the "FileLoader" is not found.
This is due to the use of the AutoconfigureTag Attribute which imposes an implicit dependency on symfony/config which is not a dependency of drupal core.
Move service tags to the service.yml file.
WARNING: this also introduces a breaking change, due to the yaml service definition not supporting non-scalar values for tag parameters.
Active
1.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.