You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apart from the deprecation of renderStatic() and some minor changes under the hood, the AbstractViewHelper has been largely unaffected by TYPO3 v4. With the next major version, we might consider streamlining the user-facing ViewHelper API, while removing internal implementation details from the class (such as caches and some internal state).
We might also think about providing shortcuts to commonly used API in ViewHelpers and even a shortcut for getRequest() and some kind of API to make sure that the request is available. However, we should discuss before if we would like to make Fluid slightly "request-aware" by depending on the PSR interfaces for that.
The text was updated successfully, but these errors were encountered:
Apart from the deprecation of
renderStatic()
and some minor changes under the hood, theAbstractViewHelper
has been largely unaffected by TYPO3 v4. With the next major version, we might consider streamlining the user-facing ViewHelper API, while removing internal implementation details from the class (such as caches and some internal state).We might also think about providing shortcuts to commonly used API in ViewHelpers and even a shortcut for
getRequest()
and some kind of API to make sure that the request is available. However, we should discuss before if we would like to make Fluid slightly "request-aware" by depending on the PSR interfaces for that.The text was updated successfully, but these errors were encountered: