- 🇦🇺Australia darvanen Sydney, Australia
Came up against this again today with
layout
hooks. Forgot I had even looked at it before 😅
The module only preprocesses the most granular hook available for a template, so base hooks like 'menu' and 'views_view' do not function as expected.
Add a preprocessor plugin for a base hook such as 'menu'.
Observe the plugin functioning as expected.
Add a preprocessor plugin for a granular hook such as 'menu__menu_name'.
Observe the base preprocessor plugin no longer being called for that menu.
Active
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Came up against this again today with layout
hooks. Forgot I had even looked at it before 😅