sabbelasichon / typo3-rector

Rector for TYPO3
MIT License
231 stars 63 forks source link

Deprecation: #75209 - Code cleanup for MenuViewHelperTrait #541

Closed sabbelasichon closed 4 years ago

sabbelasichon commented 5 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

==========================================================

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

sabbelasichon commented 4 years ago

Not really used in the wild anymore