admin_menu

This model holds the admin menu, which is built up by calling each module to add items to the menu.

You can extend the admin menu by observing the admin_menu notification.

Available Model API Paths

MethodPath patternDescription
get/Return the full admin menu tree for the current context (menu/1), including nested items, resolved URLs, sorting, and visibility filtering. No further lookups.
get/menu/...Return the admin menu tree built from #admin_menu notifications, filtered by ACL/visible checks and organized into parent-child hierarchy.

/+name marks a variable path segment. A trailing /... means extra path segments are accepted for further lookups.

Edit on GitHub

client_session_storage Models server_storage

Referred by

mod_admin

Admin backend module that wires the core admin interface, assets, and admin-specific event handling.