Accessing Module Configuration from Partials
I am using symfony and in need of having some module-level configuration set that can be used in both actions and partials. There doesn’t seem to be a mechanism to do this. The module.yml file is not included by partials. Likely for optimization reasons. There is a bug report (#2878) that relates to this, but … Read more