[TASK] Apply migration TYPO3.Fluid-20150214130800
Add "escapeOutput" property to existing ViewHelpers to ensure backwards-compatibility Migration: TYPO3.Fluid-20150214130800
This commit is contained in:
parent
c3935fd2c3
commit
3bc6e09d9e
1 changed files with 8 additions and 0 deletions
|
@ -10,6 +10,14 @@ use TYPO3\Flow\Annotations as Flow;
|
|||
*/
|
||||
class MenuViewHelper extends \TYPO3\Fluid\Core\ViewHelper\AbstractViewHelper {
|
||||
|
||||
|
||||
/**
|
||||
* NOTE: This property has been introduced via code migration to ensure backwards-compatibility.
|
||||
* @see AbstractViewHelper::isOutputEscapingEnabled()
|
||||
* @var boolean
|
||||
*/
|
||||
protected $escapeOutput = FALSE;
|
||||
|
||||
/**
|
||||
* @var \DigiComp\Menu\MenuService\ServiceInterface
|
||||
* @Flow\Inject
|
||||
|
|
Loading…
Reference in a new issue