function menu_test_menu_link_delete
Implements hook_menu_link_delete().
Return value
A random string.
File
-
modules/
simpletest/ tests/ menu_test.module, line 516
Code
function menu_test_menu_link_delete($item) {
menu_test_static_variable('delete');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.