What I'm trying to do with observer registration is very close to a bastardized version of the dependency injection pattern. I need to abandon my cheap clone and use the symfony/dependency-injection package to manage the registration of observers. A secondary configuration file will need for the sole purpose of configuring the container, which must be specified in the box.* configuration file.
What I'm trying to do with observer registration is very close to a bastardized version of the dependency injection pattern. I need to abandon my cheap clone and use the
symfony/dependency-injection
package to manage the registration of observers. A secondary configuration file will need for the sole purpose of configuring the container, which must be specified in thebox.*
configuration file.