Is there a way (other than sql) to get the mlid for a given nid in drupal?
        Posted  
        
            by sprugman
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by sprugman
        
        
        
        Published on 2010-05-13T18:44:47Z
        Indexed on 
            2010/05/15
            9:24 UTC
        
        
        Read the original article
        Hit count: 178
        
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?
© Stack Overflow or respective owner