Skip to content
Snippets Groups Projects
Commit 4aff3723 authored by Bastian Waidelich's avatar Bastian Waidelich
Browse files

[!!!][+BUGFIX] Fluid (View): Adjust fluid to recent resolveView() backport

Tx_Fluid_View_AbstractTemplateView now implements the Tx_Extbase_MVC_View_ViewInterface that was changed in r2675.
NOTE: This is a breaking change because the API method Tx_Fluid_View_TemplateView::hasTemplate was renamed to canRender(). Besides I deleted the TemplateViewInterface that is no longer needed. Implement Tx_Extbase_MVC_View_ViewInterface or simply extend Tx_Fluid_View_AbstractTemplateView if you want to write your own view implementation

Relates to: #8990
parent 902aa6ba
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment