Closed sabbelasichon closed 4 years ago
Deprecation: #75209 - Code cleanup for MenuViewHelperTrait
https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/8.2/Deprecation-75209-CodecleanupForMenuViewHelperTrait.html
.. include:: ../../Includes.txt
==========================================================
See :issue:75209
75209
Description
===========
The MenuViewHelperTrait has been marked as deprecated.
MenuViewHelperTrait
All methods of the Trait have been implemented in a new AbstractMenuViewHelper class.
AbstractMenuViewHelper
Impact
======
Using the methods of the MenuViewHelperTrait will trigger a deprecation log entry.
Affected Installations
======================
Instances with custom extensions that use the MenuViewHelperTrait.
Migration
=========
Extend the new AbstractMenuViewHelper which contains all methods instead of using the trait.
.. index:: Frontend, PHP-API, ext:fluid_styled_content
Not really used in the wild anymore
Deprecation: #75209 - Code cleanup for MenuViewHelperTrait
https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/8.2/Deprecation-75209-CodecleanupForMenuViewHelperTrait.html
.. include:: ../../Includes.txt
==========================================================
Deprecation: #75209 - Code cleanup for MenuViewHelperTrait
==========================================================
See :issue:
75209
Description
===========
The
MenuViewHelperTrait
has been marked as deprecated.All methods of the Trait have been implemented in a new
AbstractMenuViewHelper
class.Impact
======
Using the methods of the
MenuViewHelperTrait
will trigger a deprecation log entry.Affected Installations
======================
Instances with custom extensions that use the
MenuViewHelperTrait
.Migration
=========
Extend the new
AbstractMenuViewHelper
which contains all methods instead of using the trait... index:: Frontend, PHP-API, ext:fluid_styled_content