user_page
Functions that call user_page()
| Name | Location | Description |
|---|---|---|
| user_page | modules/user/user.pages.inc | Access callback for path /user. |
Functions called by user_page()
| Name | Location | Description |
|---|---|---|
| drupal_get_form | includes/form.inc | Retrieves a form from a constructor function, or from the cache if the form was built in a previous page-load. The form is then passesed on for processing, after and rendered for display if necessary. |
| menu_execute_active_handler | includes/menu.inc | Execute the page callback associated with the current path |
| menu_set_active_item | includes/menu.inc | Set the active path, which determines which page is loaded. |
| user_page | modules/user/user.pages.inc | Access callback for path /user. |
