Model
Config
Magento\Backend\Model\Menu\Config
What it does
This class manages the backend admin menu configuration in Magento 2.
It loads menu structure from XML configuration files, caches the built menu object for performance, and provides the complete menu tree through the getMenu() method.
Developers interact with this when customizing or extending the admin panel navigation menu.
Public Methods
- getMenu()