- Issue created by @pdureau
- 🇫🇷France Grimreaper France 🇫🇷
I would say, this will open the door to side effects and be big maintenance burden.
I would vote for no support. We want to gain performance by no more have all those preprocesses.
Display Builder is avoiding as much as possible to interact with ThemeManager::render()
:
node.html.twig
, user.html.twig
, media.html.twig
, field.html.twig
...page.html.twig
and region.html.twig
views-view.html.twig
, views-view-field.html.twig
...So, preproces and suggestions related to those templates will not be executed.
This make Display Builder ready for the future, but this will also break with some contrib & custom developments.
Do we trigger some preprocesses (with invokeAll
I guess) to alter the root of the sources data tree? What is happening is a root has many sources?
Let's avoid making ot configurable. We take the decision, and we implement it or not.
Active
1.0
Main / Misc.
I would say, this will open the door to side effects and be big maintenance burden.
I would vote for no support. We want to gain performance by no more have all those preprocesses.