Task #78808
closedAdding a few key aliases could allow Fluid Standalone exclusive ViewHelpers to run on TYPO3 7.6
0%
Description
Since integrating the compiling Traits, Fluid ViewHelpers can be made so simple that they only consist of an initializeArguments() and renderStatic() method. Such ViewHelpers would be possible to operate on TYPO3 7.6 LTS (as composer dependency, obviously) by aliasing a few CMS Fluid classes to make them mimic the Standalone Fluid base classes and interfaces. In other words: ViewHelpers could be written specifically for use with Fluid Standalone and still be possible to use in TYPO3 7.6 LTS even though Fluid Standalone itself will never become available there. This would ease the migration when VHS gets refactored / partially integrated into core.
Support would be only partial yet include compiling support, but many ViewHelpers from VHS fit this exact bill and would with these aliases become possible to use on LTS.