TYPO3 / Fluid

Fluid template rendering engine - Standalone version
GNU Lesser General Public License v3.0
152 stars 93 forks source link

[TASK] Deprecate shortcut methods in AbstractTemplateView (#920) #921

Closed lolli42 closed 3 months ago

lolli42 commented 3 months ago

In order to simplify integrations of the Fluid template engine into frameworks (such as TYPO3), we deprecate four methods of AbstractTemplateView that are only shortcuts to the rendering context object.

These methods will be removed in Fluid v4 because the migration path is easy and it simplifies further work on TYPO3's Fluid integration.