function menu_node_update

menu_node_update($node)

Implements hook_node_update().

File

modules/menu/ menu.module, line 518
Allows administrators to customize the site's navigation menus.

Code

function menu_node_update($node) {
  menu_node_save($node);
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!menu!menu.module/function/menu_node_update/7.x