Tag Archives: symfony

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 it appears to have been rejected and without explanation.

I could full-on add an additional configuration handler, but that seems overblown. Seems like there could minimally be a configuration setting to allow partials to access configuration from module.yml files.