Functions

Primary tabs

Name Location Description Direct usessort descending Strings
theme_system_compact_link drupal/core/modules/system/system.module Returns HTML for a link to show or hide inline help descriptions.
system_image_toolkits drupal/core/modules/system/system.module Implements hook_image_toolkits().
system_page_alter drupal/core/modules/system/system.module Implements hook_page_alter().
system_date_format_load drupal/core/modules/system/system.module Menu loader function for a date format.
system_archiver_info drupal/core/modules/system/system.module Implements hook_archiver_info().
theme_confirm_form drupal/core/modules/system/system.module Returns HTML for a confirmation form.
theme_system_settings_form drupal/core/modules/system/system.module Returns HTML for a system settings form.
theme_exposed_filters drupal/core/modules/system/system.module Returns HTML for an exposed filter form.
system_admin_paths drupal/core/modules/system/system.module Implements hook_admin_paths().
hook_form_system_theme_settings_alter drupal/core/modules/system/theme.api.php Allow themes to alter the theme-specific settings form.
hook_preprocess drupal/core/modules/system/theme.api.php Preprocess theme variables for templates.
hook_preprocess_HOOK drupal/core/modules/system/theme.api.php Preprocess theme variables for a specific theme hook.
hook_process drupal/core/modules/system/theme.api.php Process theme variables for templates.
hook_process_HOOK drupal/core/modules/system/theme.api.php Process theme variables for a specific theme hook.
hook_themes_enabled drupal/core/modules/system/theme.api.php Respond to themes being enabled.
hook_themes_disabled drupal/core/modules/system/theme.api.php Respond to themes being disabled.
hook_hook_info drupal/core/modules/system/system.api.php Defines one or more hooks that are exposed by a module.
hook_hook_info_alter drupal/core/modules/system/system.api.php Alter information from hook_hook_info().
hook_admin_paths drupal/core/modules/system/system.api.php Define administrative paths.
hook_admin_paths_alter drupal/core/modules/system/system.api.php Redefine administrative paths defined by other modules.
hook_cron drupal/core/modules/system/system.api.php Perform periodic actions.
hook_data_type_info drupal/core/modules/system/system.api.php Defines available data types for the typed data API.
hook_data_type_info_alter drupal/core/modules/system/system.api.php Alter available data types for typed data wrappers.
hook_queue_info drupal/core/modules/system/system.api.php Declare queues holding items that need to be run periodically.
hook_queue_info_alter drupal/core/modules/system/system.api.php Alter cron queue information before cron runs.
hook_element_info drupal/core/modules/system/system.api.php Allows modules to declare their own Form API element types and specify their default values.
hook_element_info_alter drupal/core/modules/system/system.api.php Alter the element type information returned from modules.
hook_exit drupal/core/modules/system/system.api.php Perform cleanup tasks. 1
hook_js_alter drupal/core/modules/system/system.api.php Perform necessary alterations to the JavaScript before it is presented on the page.
hook_library_info drupal/core/modules/system/system.api.php Registers JavaScript/CSS libraries associated with a module.
hook_library_info_alter drupal/core/modules/system/system.api.php Alters the JavaScript/CSS library registry.
hook_css_alter drupal/core/modules/system/system.api.php Alter CSS files before they are output on the page.
hook_ajax_render_alter drupal/core/modules/system/system.api.php Alter the commands that are sent to the user through the Ajax framework.
hook_page_build drupal/core/modules/system/system.api.php Add elements to a page before it is rendered.
hook_menu_get_item_alter drupal/core/modules/system/system.api.php Alter a menu router item right after it has been retrieved from the database or cache.
hook_menu drupal/core/modules/system/system.api.php Define menu items and page callbacks.
hook_menu_alter drupal/core/modules/system/system.api.php Alter the data being saved to the {menu_router} table after hook_menu is invoked.
hook_menu_link_alter drupal/core/modules/system/system.api.php Alter the data being saved to the {menu_links} table by menu_link_save().
hook_translated_menu_link_alter drupal/core/modules/system/system.api.php Alter a menu link after it has been translated and before it is rendered.
hook_menu_link_insert drupal/core/modules/system/system.api.php Inform modules that a menu link has been created.
hook_menu_link_update drupal/core/modules/system/system.api.php Inform modules that a menu link has been updated.
hook_menu_link_delete drupal/core/modules/system/system.api.php Inform modules that a menu link has been deleted.
hook_menu_local_tasks_alter drupal/core/modules/system/system.api.php Alter tabs and actions displayed on the page before they are rendered.
hook_menu_breadcrumb_alter drupal/core/modules/system/system.api.php Alter links in the active trail before it is rendered as the breadcrumb.
hook_menu_contextual_links_alter drupal/core/modules/system/system.api.php Alter contextual links before they are rendered.
hook_page_alter drupal/core/modules/system/system.api.php Perform alterations before a page is rendered.
hook_form_alter drupal/core/modules/system/system.api.php Perform alterations before a form is rendered.
hook_form_FORM_ID_alter drupal/core/modules/system/system.api.php Provide a form-specific alteration instead of the global hook_form_alter().
hook_form_BASE_FORM_ID_alter drupal/core/modules/system/system.api.php Provide a form-specific alteration for shared ('base') forms.
hook_forms drupal/core/modules/system/system.api.php Map form_ids to form builder functions.

Pages

Other projects