menu_set_active_item

Related topics

Namesort iconDescription
Menu systemDefine the navigation menus, and route page requests to code based on URLs.

Functions that call menu_set_active_item()

Namesort iconLocationDescription
drupal_access_deniedincludes/common.incGenerates a 403 error if the request is not allowed.
drupal_not_foundincludes/common.incGenerates a 404 error if the request can not be handled.
menu_set_active_itemincludes/menu.incSet the active path, which determines which page is loaded.
user_pagemodules/user/user.pages.incAccess callback for path /user.

Functions called by menu_set_active_item()

Namesort iconLocationDescription
menu_set_active_itemincludes/menu.incSet the active path, which determines which page is loaded.
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.