Deprecation: #75209 - Code cleanup for MenuViewHelperTrait
See forge#75209
Description
The Menu has been marked as deprecated.
All methods of the Trait have been implemented in a new Abstract class.
Impact
Using the methods of the Menu will trigger a deprecation log entry.
Affected Installations
Instances with custom extensions that use the Menu.
Migration
Extend the new Abstract which contains all methods instead of using the trait.