Problem/Motivation
Currently menu module registering services to check access for menu and menu link entities deletion
This custom access should be moved to corresponding access controllers
Proposed resolution
Implement
- MenuLinkAccessController
- MenuAccessController
to encapsulate specific access for delete operations and extent them in #1842850: Implement access control for the menu and menu link entity for _menu_link_translate()
While menu entity lives in system module it's access controlled should stay there
API changes
No