Breaking: #66754 - Remove RenderingContextAwareInterface
See forge#66754
Description
The Rendering
allowed objects to get the Rendering
set while being
accessed from inside a Fluid template. This makes optimization of variable access in Fluid difficult
and seems to be an unused feature. Therefore it has been removed.
Impact
For implementations of Rendering
the change breaks without any simple replacement.
Functionality would have to be replicated in userland code. But as there are no known implementations
the expected impact is rather low.
Breaking interface changes
- The
Rendering
has been removed. There is no replacement.Context Aware Interface