function menu_test_menu_link_update

Implements hook_menu_link_update().

Return value

A random string.

File

modules/simpletest/tests/menu_test.module, line 506

Code

function menu_test_menu_link_update($item) {
    menu_test_static_variable('update');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.