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
Huge change with a lot of refactoring required. Best is, to hand over the PSR-7 Request to NotificationService in methods, so this can be used in FluidStandaloneView (which must be renamed).
The text was updated successfully, but these errors were encountered:
With this change, the `FluidStandaloneService` has been renamed to
`FluidRenderingService`. Additionally, the method arguments of
`getTemplateFolders()` has changed, so the arguments `$extensionName`
and `$pluginName` have been removed.
The service now does not rely on `StandaloneView` any more, which
has been deprecated with TYPO3 v13. Instead, the service now uses
Fluid `ViewFactory` for view rendering.
Finally, all mocked unit tests have been refactored to functional
tests.
Closes#1269
The service must be renamed, as
StandaloneView
in core is deprecated and the service basically renders a given template or a given string.See https://review.typo3.org/c/Packages/TYPO3.CMS/+/85735
Huge change with a lot of refactoring required. Best is, to hand over the PSR-7 Request to NotificationService in methods, so this can be used in FluidStandaloneView (which must be renamed).
The text was updated successfully, but these errors were encountered: