Functions - 7.x - drupal
Title | Deprecated | File name | Summary | Direct uses | Strings |
---|---|---|---|---|---|
locale_translation_filters | modules/ |
List locale translation filters that can be applied. | 2 | ||
locale_translation_filter_form | modules/ |
Return form for locale translation filters. | 1 | ||
locale_translation_filter_form_submit | modules/ |
Process result from locale translation filter form. | |||
locale_translation_filter_form_validate | modules/ |
Validate result from locale translation filter form. | |||
locale_uninstall | modules/ |
Implements hook_uninstall(). | |||
locale_update_7000 | modules/ |
Add context field index and allow longer location. | |||
locale_update_7001 | modules/ |
Upgrade language negotiation settings. | |||
locale_update_7002 | modules/ |
Updates URL language negotiation by adding the URL fallback detection method. | |||
locale_update_7003 | modules/ |
Update "language_count" variable. | |||
locale_update_7004 | modules/ |
Remove duplicates in {locales_source}. | |||
locale_update_7005 | modules/ |
Increase {locales_languages}.formula column's length. | |||
locale_url_outbound_alter | modules/ |
Implements hook_url_outbound_alter(). | 3 | ||
lock_acquire | includes/ |
Acquire (or renew) a lock, but do not block if it fails. | 18 | ||
lock_initialize | includes/ |
Initialize the locking system. | 1 | ||
lock_may_be_available | includes/ |
Check if lock acquired by a different process may be available. | 2 | ||
lock_release | includes/ |
Release a lock previously acquired by lock_acquire(). | 17 | ||
lock_release_all | includes/ |
Release all previously acquired locks. | 1 | ||
lock_wait | includes/ |
Wait for a lock to be available. | 3 | ||
map_month | includes/ |
Helper function for usage with drupal_map_assoc to display month names. | 1 | 1 | |
menu_add_link_labels | modules/ |
Adds labels to the title of a hidden, unpublished or logged-in menu link. | 2 | ||
menu_block_info | modules/ |
Implements hook_block_info(). | |||
menu_block_view | modules/ |
Implements hook_block_view(). | |||
menu_block_view_alter | modules/ |
Implements hook_block_view_alter(). | |||
menu_build_tree | includes/ |
Builds a menu tree, translates links, and checks access. | 3 | ||
menu_cache_clear | includes/ |
Clears the cached data for a single named menu. | 3 | ||
menu_cache_clear_all | includes/ |
Clears all cached menu data. | 5 | ||
menu_configure | modules/ |
Menu callback; Build the form presenting menu configuration options. | 1 | ||
menu_contextual_links | includes/ |
Retrieves contextual links for a path based on registered local tasks. | 1 | ||
menu_custom_delete_submit | modules/ |
Submit function for the 'Delete' button on the menu editing form. | 1 | ||
menu_delete | modules/ |
Delete a custom menu and all contained links. | 1 | ||
menu_delete_links | includes/ |
Deletes all links for a menu. | 3 | ||
menu_delete_menu_confirm | modules/ |
Build a confirm form for deletion of a custom menu. | 1 | ||
menu_delete_menu_confirm_submit | modules/ |
Delete a custom menu and all links in it. | |||
menu_delete_menu_page | modules/ |
Menu callback; check access and get a confirm form for deletion of a custom menu. | 1 | ||
menu_edit_item | modules/ |
Menu callback; Build the menu link editing form. | 1 | ||
menu_edit_item_submit | modules/ |
Process menu and menu item add/edit form submissions. | |||
menu_edit_item_validate | modules/ |
Validate form values for a menu link being added or edited. | |||
menu_edit_menu | modules/ |
Menu callback; Build the form that handles the adding/editing of a custom menu. | 1 | ||
menu_edit_menu_name_exists | modules/ |
Returns whether a menu name already exists. | 1 | ||
menu_edit_menu_submit | modules/ |
Submit function for adding or editing a custom menu. | |||
menu_enable | modules/ |
Implements hook_enable(). | |||
menu_execute_active_handler | includes/ |
Execute the page callback associated with the current path. | 6 | ||
menu_form_node_form_alter | modules/ |
Implements hook_form_BASE_FORM_ID_alter(). | |||
menu_form_node_type_form_alter | modules/ |
Implements hook_form_FORM_ID_alter(). | |||
menu_get_active_breadcrumb | includes/ |
Gets the breadcrumb for the current page, as determined by the active trail. | 2 | ||
menu_get_active_help | includes/ |
Returns the help associated with the active menu item. | 1 | ||
menu_get_active_menu_names | includes/ |
Gets the active menu for the current page. | 2 | ||
menu_get_active_title | includes/ |
Gets the title of the current page, as determined by the active trail. | 1 | 1 | |
menu_get_active_trail | includes/ |
Gets the active trail (path to root menu root) of the current page. | 5 | ||
menu_get_ancestors | includes/ |
Returns the ancestors (and relevant placeholders) for any given path. | 2 |
Pagination
- Previous page
- Page 46
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.