Is there a way (other than sql) to get the mlid for a given nid in drupal?
- by sprugman
I've got a node, I want it's menu. As far as I can tell, node_load doesn't include it. Obviously, it's trivial to write a query to find it based on the path node/nid, but is there a Drupal Way to do it?