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
| Method | Path pattern | Description |
|---|---|---|
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.