- @berdir opened merge request.
- 🇨🇭Switzerland berdir Switzerland
Forgot about this. Rerolled, still needs docs update and a change record.
- 🇨🇭Switzerland berdir Switzerland
Created a change record and added an example hook_theme_suggestions_HOOK(), do we need to duplicate that into the alter hooks?
Fun fact on:
Also unsure what to do about $node/comment->view and the preprocess code.
In the meantime, we added the mechanism to deprecate $variables['view'] and did that, but only for node and not comment.
The approach is quite similar, but there we just used 'deprecations' key. I wonder if we should align this, it's not prefixed in a special way, but it won't conflict with a real key.