[!!!][+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
Showing
- typo3/sysext/fluid/Classes/View/AbstractTemplateView.php 17 additions, 2 deletionstypo3/sysext/fluid/Classes/View/AbstractTemplateView.php
- typo3/sysext/fluid/Classes/View/TemplateView.php 2 additions, 1 deletiontypo3/sysext/fluid/Classes/View/TemplateView.php
- typo3/sysext/fluid/Classes/View/TemplateViewInterface.php 0 additions, 40 deletionstypo3/sysext/fluid/Classes/View/TemplateViewInterface.php
Please register or sign in to comment