Functions

Primary tabs

Namesort descending Location Description Direct uses Strings
menu_test_menu_link_delete drupal/modules/simpletest/tests/menu_test.module Implements hook_menu_link_delete().
menu_test_menu_link_insert drupal/modules/simpletest/tests/menu_test.module Implements hook_menu_link_insert().
menu_test_menu_link_update drupal/modules/simpletest/tests/menu_test.module Implements hook_menu_link_update().
menu_test_menu_name drupal/modules/simpletest/tests/menu_test.module Helper function for the testMenuName() test. Used to change the menu_name parameter of a menu. 2
menu_test_menu_site_status_alter drupal/modules/simpletest/tests/menu_test.module Implements hook_menu_site_status_alter().
menu_test_menu_trail_callback drupal/modules/simpletest/tests/menu_test.module Callback that test menu_test_menu_tree_set_path(). 1
menu_test_other_argument_load drupal/modules/simpletest/tests/menu_test.module Dummy argument loader for hook_menu() to point to. 1
menu_test_static_variable drupal/modules/simpletest/tests/menu_test.module Static function for testing hook results. 4
menu_test_theme_callback drupal/modules/simpletest/tests/menu_test.module Theme callback to use when testing the theme callback functionality. 1
menu_test_theme_page_callback drupal/modules/simpletest/tests/menu_test.module Page callback to use when testing the theme callback functionality. 1
menu_test_title_callback drupal/modules/simpletest/tests/menu_test.module Concatenates a string, by using the t() function and a case number. 1
menu_theme drupal/modules/menu/menu.module Implements hook_theme().
menu_tree drupal/includes/menu.inc Renders a menu tree based on the current path. 3 1
menu_tree_all_data drupal/includes/menu.inc Gets the data structure representing a named menu tree. 4 1
menu_tree_check_access drupal/includes/menu.inc Checks access and performs dynamic operations for each link in the tree. 3
menu_tree_collect_node_links drupal/includes/menu.inc Collects node links from a given menu tree recursively. 3
menu_tree_data drupal/includes/menu.inc Sorts and returns the built data representing a menu tree. 4
menu_tree_get_path drupal/includes/menu.inc Gets the path for determining the active trail of the specified menu tree. 1
menu_tree_output drupal/includes/menu.inc Returns an output structure for rendering a menu tree. 4
menu_tree_page_data drupal/includes/menu.inc Gets the data structure for a named menu tree, based on the current page. 3 1
menu_tree_set_path drupal/includes/menu.inc Sets the path for determining the active trail of the specified menu tree. 2
menu_uninstall drupal/modules/menu/menu.install Implements hook_uninstall().
menu_unserialize drupal/includes/menu.inc Unserializes menu data, using a map to replace path elements. 3
menu_update_7000 drupal/modules/menu/menu.install Migrate the "Default menu for content" setting to individual node types.
menu_update_7001 drupal/modules/menu/menu.install Rename "Primary Links" and "Secondary Links" to their Drupal 7 equivalents.
menu_update_7002 drupal/modules/menu/menu.install Rename the primary/secondary menu blocks to match previously renamed menus.
menu_update_7003 drupal/modules/menu/menu.install Add missing custom menus to active menus list.
mime_header_decode drupal/includes/unicode.inc Decodes MIME/HTTP encoded header values.
mime_header_encode drupal/includes/unicode.inc Encodes MIME/HTTP header values that contain incorrectly encoded characters. 2
minimal_form_install_configure_form_alter drupal/profiles/minimal/minimal.profile Implements hook_form_FORM_ID_alter() for install_configure_form().
minimal_install drupal/profiles/minimal/minimal.install Implements hook_install().
module_disable drupal/includes/module.inc Disables a given set of modules. 12
module_enable drupal/includes/module.inc Enables or installs a given list of modules. 27
module_exists drupal/includes/module.inc Determines whether a given module exists. 43
module_hook drupal/includes/module.inc Determines whether a module implements a hook. 9
module_hook_info drupal/includes/module.inc Retrieves a list of hooks that are declared through hook_hook_info(). 2 1
module_implements drupal/includes/module.inc Determines which modules are implementing a hook. 69 4
module_implements_write_cache drupal/includes/module.inc Writes the hook implementation cache. 2
module_invoke drupal/includes/module.inc Invokes a hook in a particular module. 70
module_invoke_all drupal/includes/module.inc Invokes a hook in all enabled modules that implement it. 147
module_list drupal/includes/module.inc Returns a list of currently active modules. 32
module_load_all drupal/includes/module.inc Loads all the modules that have been enabled in the system table. 6
module_load_all_includes drupal/includes/module.inc Loads an include file for each module enabled in the {system} table. 1 1
module_load_include drupal/includes/module.inc Loads a module include file. 46
module_load_install drupal/includes/module.inc Loads a module's installation hooks. 14
module_test_altered_test_hook drupal/modules/simpletest/tests/module_test.implementations.inc Implements hook_altered_test_hook() 1
module_test_enable drupal/modules/simpletest/tests/module_test.install Implements hook_enable().
module_test_hook_dynamic_loading_invoke drupal/modules/simpletest/tests/module_test.module Page callback for 'hook dynamic loading' test. 1
module_test_hook_dynamic_loading_invoke_all drupal/modules/simpletest/tests/module_test.module Page callback for 'hook dynamic loading' test. 1
module_test_hook_info drupal/modules/simpletest/tests/module_test.module Implements hook_hook_info().

Pages

Other projects