Functions

Solapas principales

Nombreorden descendente Ubicación Descripción Direct uses Strings
menu_tab_root_path drupal-7.x/includes/menu.inc Returns the router path, or the path for a default local task's parent. 1
menu_tail_load drupal-7.x/includes/menu.inc Loads the path as one string relative to the current index.
menu_tail_to_arg drupal-7.x/includes/menu.inc Returns a string containing the path relative to the current index.
menu_test_argument_load drupal-7.x/modules/simpletest/tests/menu_test.module Dummy argument loader for hook_menu() to point to. 1
menu_test_callback drupal-7.x/modules/simpletest/tests/menu_test.module Dummy callback for hook_menu() to point to. 1
menu_test_custom_403_404_callback drupal-7.x/modules/simpletest/tests/menu_test.module Callback for our custom 403 and 404 pages. 1
menu_test_custom_theme drupal-7.x/modules/simpletest/tests/menu_test.module Implement hook_custom_theme().
menu_test_init drupal-7.x/modules/simpletest/tests/menu_test.module Implements hook_init().
menu_test_menu drupal-7.x/modules/simpletest/tests/menu_test.module Implements hook_menu().
menu_test_menu_link_delete drupal-7.x/modules/simpletest/tests/menu_test.module Implements hook_menu_link_delete().
menu_test_menu_link_insert drupal-7.x/modules/simpletest/tests/menu_test.module Implements hook_menu_link_insert().
menu_test_menu_link_update drupal-7.x/modules/simpletest/tests/menu_test.module Implements hook_menu_link_update().
menu_test_menu_name drupal-7.x/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-7.x/modules/simpletest/tests/menu_test.module Implements hook_menu_site_status_alter().
menu_test_menu_trail_callback drupal-7.x/modules/simpletest/tests/menu_test.module Callback that test menu_test_menu_tree_set_path(). 1
menu_test_other_argument_load drupal-7.x/modules/simpletest/tests/menu_test.module Dummy argument loader for hook_menu() to point to. 1
menu_test_static_variable drupal-7.x/modules/simpletest/tests/menu_test.module Static function for testing hook results. 4
menu_test_theme_callback drupal-7.x/modules/simpletest/tests/menu_test.module Theme callback to use when testing the theme callback functionality. 1
menu_test_theme_page_callback drupal-7.x/modules/simpletest/tests/menu_test.module Page callback to use when testing the theme callback functionality. 1
menu_test_title_callback drupal-7.x/modules/simpletest/tests/menu_test.module Concatenates a string, by using the t() function and a case number. 1
menu_theme drupal-7.x/modules/menu/menu.module Implements hook_theme().
menu_tree drupal-7.x/includes/menu.inc Renders a menu tree based on the current path. 3 2
menu_tree_all_data drupal-7.x/includes/menu.inc Gets the data structure representing a named menu tree. 4 1
menu_tree_check_access drupal-7.x/includes/menu.inc Checks access and performs dynamic operations for each link in the tree. 3
menu_tree_collect_node_links drupal-7.x/includes/menu.inc Collects node links from a given menu tree recursively. 3
menu_tree_data drupal-7.x/includes/menu.inc Sorts and returns the built data representing a menu tree. 4
menu_tree_get_path drupal-7.x/includes/menu.inc Gets the path for determining the active trail of the specified menu tree. 1
menu_tree_output drupal-7.x/includes/menu.inc Returns a rendered menu tree. 4
menu_tree_page_data drupal-7.x/includes/menu.inc Gets the data structure for a named menu tree, based on the current page. 3 1
menu_tree_set_path drupal-7.x/includes/menu.inc Sets the path for determining the active trail of the specified menu tree. 2
menu_uninstall drupal-7.x/modules/menu/menu.install Implements hook_uninstall().
menu_unserialize drupal-7.x/includes/menu.inc Unserializes menu data, using a map to replace path elements. 3
menu_update_7000 drupal-7.x/modules/menu/menu.install Migrate the "Default menu for content" setting to individual node types.
menu_update_7001 drupal-7.x/modules/menu/menu.install Rename "Primary Links" and "Secondary Links" to their Drupal 7 equivalents.
menu_update_7002 drupal-7.x/modules/menu/menu.install Rename the primary/secondary menu blocks to match previously renamed menus.
menu_update_7003 drupal-7.x/modules/menu/menu.install Add missing custom menus to active menus list.
mime_header_decode drupal-7.x/includes/unicode.inc Decodes MIME/HTTP encoded header values.
mime_header_encode drupal-7.x/includes/unicode.inc Encodes MIME/HTTP header values that contain incorrectly encoded characters. 2
minimal_form_install_configure_form_alter drupal-7.x/profiles/minimal/minimal.profile Implements hook_form_FORM_ID_alter() for install_configure_form().
minimal_install drupal-7.x/profiles/minimal/minimal.install Implements hook_install().
module_disable drupal-7.x/includes/module.inc Disables a given set of modules. 12
module_enable drupal-7.x/includes/module.inc Enables or installs a given list of modules. 24
module_exists drupal-7.x/includes/module.inc Determines whether a given module exists. 42
module_hook drupal-7.x/includes/module.inc Determines whether a module implements a hook. 9
module_hook_info drupal-7.x/includes/module.inc Retrieves a list of hooks that are declared through hook_hook_info(). 2 1
module_implements drupal-7.x/includes/module.inc Determines which modules are implementing a hook. 66 4
module_implements_write_cache drupal-7.x/includes/module.inc Writes the hook implementation cache. 1
module_invoke drupal-7.x/includes/module.inc Invokes a hook in a particular module. 70
module_invoke_all drupal-7.x/includes/module.inc Invokes a hook in all enabled modules that implement it. 147
module_list drupal-7.x/includes/module.inc Returns a list of currently active modules. 32

Páginas