|
menu_parent_options |
drupal-6.x/modules/menu/menu.module |
Return a list of menu items that are valid possible parents for the given menu item. |
2 |
|
|
menu_path_is_external |
drupal-6.x/includes/menu.inc |
Returns TRUE if a path is external (e.g. http://example.com). |
3 |
|
|
menu_perm |
drupal-6.x/modules/menu/menu.module |
Implementation of hook_perm(). |
|
|
|
menu_primary_links |
drupal-6.x/includes/menu.inc |
Return an array of links to be rendered as the Primary links. |
2 |
|
|
menu_primary_local_tasks |
drupal-6.x/includes/menu.inc |
Returns the rendered local tasks at the top level. |
2 |
|
|
menu_rebuild |
drupal-6.x/includes/menu.inc |
(Re)populate the database tables used by various menu functions. |
16 |
|
|
menu_reset_item |
drupal-6.x/modules/menu/menu.module |
Reset a system-defined menu item. |
2 |
|
|
menu_reset_item_confirm |
drupal-6.x/modules/menu/menu.admin.inc |
Menu callback; reset a single modified item. |
|
1 |
|
menu_reset_item_confirm_submit |
drupal-6.x/modules/menu/menu.admin.inc |
Process menu reset item form submissions. |
|
|
|
menu_router_build |
drupal-6.x/includes/menu.inc |
Collect, alter and store the menu definitions. |
1 |
|
|
menu_schema |
drupal-6.x/modules/menu/menu.install |
Implementation of hook_schema(). |
|
|
|
menu_secondary_links |
drupal-6.x/includes/menu.inc |
Return an array of links to be rendered as the Secondary links. |
2 |
|
|
menu_secondary_local_tasks |
drupal-6.x/includes/menu.inc |
Returns the rendered local tasks at the second level. |
2 |
|
|
menu_set_active_item |
drupal-6.x/includes/menu.inc |
Set the active path, which determines which page is loaded. |
3 |
|
|
menu_set_active_menu_name |
drupal-6.x/includes/menu.inc |
Set (or get) the active menu for the current page - determines the active trail. |
2 |
|
|
menu_set_active_trail |
drupal-6.x/includes/menu.inc |
Sets or gets the active trail (path to root menu root) of the current page. |
2 |
|
|
menu_set_item |
drupal-6.x/includes/menu.inc |
Replaces the statically cached item for a given path. |
|
|
|
menu_tab_root_path |
drupal-6.x/includes/menu.inc |
Returns the router path, or the path of the parent tab of a default local task. |
1 |
|
|
menu_tail_to_arg |
drupal-6.x/includes/menu.inc |
|
|
|
|
menu_theme |
drupal-6.x/modules/menu/menu.module |
Implemenation of hook_theme(). |
|
|
|
menu_tree |
drupal-6.x/includes/menu.inc |
Render a menu tree based on the current path. |
2 |
2 |
|
menu_tree_all_data |
drupal-6.x/includes/menu.inc |
Get the data structure representing a named menu tree. |
5 |
|
|
menu_tree_check_access |
drupal-6.x/includes/menu.inc |
Check access and perform other dynamic operations for each link in the tree. |
4 |
|
|
menu_tree_collect_node_links |
drupal-6.x/includes/menu.inc |
Recursive helper function - collect node links. |
4 |
|
|
menu_tree_data |
drupal-6.x/includes/menu.inc |
Build the data representing a menu tree. |
4 |
|
|
menu_tree_output |
drupal-6.x/includes/menu.inc |
Returns a rendered menu tree. |
3 |
|
|
menu_tree_page_data |
drupal-6.x/includes/menu.inc |
Get the data structure representing a named menu tree, based on the current page. |
3 |
|
|
menu_uninstall |
drupal-6.x/modules/menu/menu.install |
Implementation of hook_uninstall(). |
|
|
|
menu_unserialize |
drupal-6.x/includes/menu.inc |
The menu system uses serialized arrays stored in the database for
arguments. However, often these need to change according to the
current path. This function unserializes such an array and does the
necessary change. |
3 |
|
|
menu_valid_path |
drupal-6.x/includes/menu.inc |
Validates the path of a menu link being created or edited. |
3 |
|
|
mime_header_decode |
drupal-6.x/includes/unicode.inc |
Complement to mime_header_encode |
|
|
|
mime_header_encode |
drupal-6.x/includes/unicode.inc |
Encodes MIME/HTTP header values that contain non-ASCII, UTF-8 encoded
characters. |
1 |
|
|
module_disable |
drupal-6.x/includes/module.inc |
Disable a given set of modules. |
2 |
|
|
module_enable |
drupal-6.x/includes/module.inc |
Enable a given list of modules. |
4 |
|
|
module_exists |
drupal-6.x/includes/module.inc |
Determine whether a given module exists. |
31 |
|
|
module_hook |
drupal-6.x/includes/module.inc |
Determine whether a module implements a hook. |
13 |
|
|
module_implements |
drupal-6.x/includes/module.inc |
Determine which modules are implementing a hook. |
21 |
|
|
module_invoke |
drupal-6.x/includes/module.inc |
Invoke a hook in a particular module. |
53 |
1 |
|
module_invoke_all |
drupal-6.x/includes/module.inc |
Invoke a hook in all enabled modules that implement it. |
45 |
|
|
module_iterate |
drupal-6.x/includes/module.inc |
Call a function repeatedly with each module in turn as an argument. |
|
|
|
module_list |
drupal-6.x/includes/module.inc |
Collect a list of all loaded modules. During the bootstrap, return only
vital modules. See bootstrap.inc |
26 |
|
|
module_load_all |
drupal-6.x/includes/module.inc |
Load all the modules that have been enabled in the system table. |
1 |
|
|
module_load_all_includes |
drupal-6.x/includes/module.inc |
Load an include file for each of the modules that have been enabled in
the system table. |
1 |
|
|
module_load_include |
drupal-6.x/includes/module.inc |
Load a module include file. |
16 |
|
|
module_load_install |
drupal-6.x/includes/module.inc |
Load a module's installation hooks. |
7 |
|
|
module_rebuild_cache |
drupal-6.x/includes/module.inc |
Rebuild the database cache of module files. |
10 |
|
|
mysqli_is_available |
drupal-6.x/includes/install.mysqli.inc |
Check if MySQLi is available. |
1 |
|
|
mysql_is_available |
drupal-6.x/includes/install.mysql.inc |
Check if MySQL is available. |
1 |
|
|
node_access |
drupal-6.x/modules/node/node.module |
Determine whether the current user may perform the given operation on the
specified node. |
19 |
3 |
|
node_access_acquire_grants |
drupal-6.x/modules/node/node.module |
Gets the list of node access grants and writes them to the database. |
3 |
|