menu_set_custom_theme |
drupal/core/includes/menu.inc |
Sets a custom theme for the current page, if there is one. |
2 |
|
menu_set_item |
drupal/core/includes/menu.inc |
Replaces the statically cached item for a given path. |
1 |
|
menu_tab_root_path |
drupal/core/includes/menu.inc |
Returns the router path, or the path for a default local task's parent. |
1 |
|
menu_tail_load |
drupal/core/includes/menu.inc |
Loads the path as one string relative to the current index. |
|
|
menu_tail_to_arg |
drupal/core/includes/menu.inc |
Returns a string containing the path relative to the current index. |
|
|
menu_test_argument_load |
drupal/core/modules/system/tests/modules/menu_test/menu_test.module |
Dummy argument loader for hook_menu() to point to. |
|
1 |
menu_test_callback |
drupal/core/modules/system/tests/modules/menu_test/menu_test.module |
Dummy callback for hook_menu() to point to. |
|
1 |
menu_test_custom_403_404_callback |
drupal/core/modules/system/tests/modules/menu_test/menu_test.module |
Callback for our custom 403 and 404 pages. |
|
1 |
menu_test_custom_theme |
drupal/core/modules/system/tests/modules/menu_test/menu_test.module |
Implement hook_custom_theme(). |
|
|
menu_test_local_actions |
drupal/core/modules/system/tests/modules/menu_test/menu_test.module |
Implements hook_local_actions(). |
|
|
menu_test_menu |
drupal/core/modules/system/tests/modules/menu_test/menu_test.module |
Implements hook_menu(). |
|
|
menu_test_menu_link_delete |
drupal/core/modules/system/tests/modules/menu_test/menu_test.module |
Implements hook_menu_link_delete(). |
|
|
menu_test_menu_link_insert |
drupal/core/modules/system/tests/modules/menu_test/menu_test.module |
Implements hook_menu_link_insert(). |
|
|
menu_test_menu_link_update |
drupal/core/modules/system/tests/modules/menu_test/menu_test.module |
Implements hook_menu_link_update(). |
|
|
menu_test_menu_local_tasks |
drupal/core/modules/system/tests/modules/menu_test/menu_test.module |
Implements hook_menu_local_tasks(). |
|
|
menu_test_menu_local_tasks_alter |
drupal/core/modules/system/tests/modules/menu_test/menu_test.module |
Implements hook_menu_local_tasks_alter(). |
|
|
menu_test_menu_name |
drupal/core/modules/system/tests/modules/menu_test/menu_test.module |
Helper function for the testMenuName() test. Used to change the menu_name
parameter of a menu. |
2 |
|
menu_test_menu_trail_callback |
drupal/core/modules/system/tests/modules/menu_test/menu_test.module |
Callback that test menu_test_menu_tree_set_path(). |
|
1 |
menu_test_other_argument_load |
drupal/core/modules/system/tests/modules/menu_test/menu_test.module |
Dummy argument loader for hook_menu() to point to. |
|
1 |
menu_test_static_variable |
drupal/core/modules/system/tests/modules/menu_test/menu_test.module |
Static function for testing hook results. |
4 |
|
menu_test_theme_callback |
drupal/core/modules/system/tests/modules/menu_test/menu_test.module |
Theme callback to use when testing the theme callback functionality. |
|
1 |
menu_test_theme_page_callback |
drupal/core/modules/system/tests/modules/menu_test/menu_test.module |
Page callback to use when testing the theme callback functionality. |
|
1 |
menu_test_title_callback |
drupal/core/modules/system/tests/modules/menu_test/menu_test.module |
Concatenates a string, by using the t() function and a case number. |
|
1 |
menu_theme |
drupal/core/modules/menu/menu.module |
Implements hook_theme(). |
|
|
menu_tree |
drupal/core/includes/menu.inc |
Renders a menu tree based on the current path. |
3 |
1 |
menu_tree_all_data |
drupal/core/includes/menu.inc |
Gets the data structure representing a named menu tree. |
4 |
1 |
menu_tree_check_access |
drupal/core/includes/menu.inc |
Checks access and performs dynamic operations for each link in the tree. |
4 |
|
menu_tree_collect_node_links |
drupal/core/includes/menu.inc |
Collects node links from a given menu tree recursively. |
3 |
|
menu_tree_data |
drupal/core/includes/menu.inc |
Sorts and returns the built data representing a menu tree. |
5 |
|
menu_tree_get_path |
drupal/core/includes/menu.inc |
Gets the path for determining the active trail of the specified menu tree. |
1 |
|
menu_tree_output |
drupal/core/includes/menu.inc |
Returns a rendered menu tree. |
7 |
|
menu_tree_page_data |
drupal/core/includes/menu.inc |
Gets the data structure for a named menu tree, based on the current page. |
3 |
1 |
menu_tree_set_path |
drupal/core/includes/menu.inc |
Sets the path for determining the active trail of the specified menu tree. |
2 |
|
menu_uninstall |
drupal/core/modules/menu/menu.install |
Implements hook_uninstall(). |
|
|
menu_unserialize |
drupal/core/includes/menu.inc |
Unserializes menu data, using a map to replace path elements. |
3 |
|
menu_update_8000 |
drupal/core/modules/menu/menu.install |
Moves menu settings from variables to config. |
|
|
menu_update_8001 |
drupal/core/modules/menu/menu.install |
Rename default menu names. |
|
|
menu_update_8002 |
drupal/core/modules/menu/menu.install |
Adds the footer menu to custom menus. |
|
|
menu_update_8003 |
drupal/core/modules/menu/menu.install |
Moves menu_override_parent_selector from variables to config. |
|
|
menu_update_8004 |
drupal/core/modules/menu/menu.install |
Migrate menus into configuration. |
|
|
menu_uri |
drupal/core/modules/menu/menu.module |
Entity URI callback. |
|
1 |
mime_header_decode |
drupal/core/includes/unicode.inc |
Decodes MIME/HTTP encoded header values. |
|
|
mime_header_encode |
drupal/core/includes/unicode.inc |
Encodes MIME/HTTP header values that contain incorrectly encoded characters. |
2 |
|
minimal_form_install_configure_form_alter |
drupal/core/profiles/minimal/minimal.profile |
Implements hook_form_FORM_ID_alter() for install_configure_form(). |
|
|
minimal_install |
drupal/core/profiles/minimal/minimal.install |
Implements hook_install(). |
|
|
module_config_sort |
drupal/core/includes/module.inc |
Sorts the configured list of enabled modules. |
4 |
|
module_disable Deprecated |
drupal/core/includes/module.inc |
Disables a given set of modules. |
20 |
|
module_enable Deprecated |
drupal/core/includes/module.inc |
Enables or installs a given list of modules. |
57 |
|
module_exists Deprecated |
drupal/core/includes/bootstrap.inc |
Determines whether a given module exists. |
92 |
|
module_hook Deprecated |
drupal/core/includes/bootstrap.inc |
Determines whether a module implements a hook. |
7 |
|