In the last post, I touched on how you can define a service in your mymodule.services.yml
file and pass it parameters to configure the object when it is injected as a dependency into other classes.
Following on that, I ran into a scenario where I needed to define multiple...