Home ›
Menu Node API | drupal.orgMenu Node API | drupal.org
Submitted by Kathleen Murtagh on June 8, 2009 - 6:56pm
Link Title and URL:
Menu Node API | drupal.org Manages relationships between node ids and menu items.
The Menu Node API project fills in one of the "missing tables" in Drupal 6. This module does nothing on its own. Instead, it creates and maintains a {menu_node} table. This table maps the relationship between a node and its menu item (if any).
The module requires the optional core Menu module to be enabled. It also requires Drupal 6.10 or higher. (See this issue for why).
By itself, this module has no end-user functionality. When nodes are assigned to a site menu, records are created to capture that relationship. If the node or menu item is deleted, the record is likewise deleted.
This process enables other modules (such as Views) to write JOINs against node items in the menu system.