hook_filter_FILTER_tips |
drupal/core/modules/filter/filter.api.php |
Tips callback for hook_filter_info(). |
|
|
hook_filter_format_disable |
drupal/core/modules/filter/filter.api.php |
Perform actions when a text format has been disabled. |
|
|
hook_filter_format_insert |
drupal/core/modules/filter/filter.api.php |
Perform actions when a new text format has been created. |
|
|
hook_filter_format_update |
drupal/core/modules/filter/filter.api.php |
Perform actions when a text format has been updated. |
|
|
hook_filter_info |
drupal/core/modules/filter/filter.api.php |
Define content filters. |
|
|
hook_filter_info_alter |
drupal/core/modules/filter/filter.api.php |
Perform alterations on filter definitions. |
|
|
hook_form |
drupal/core/modules/node/node.api.php |
Display a node editing form. |
|
|
hook_forms |
drupal/core/modules/system/system.api.php |
Map form_ids to form builder functions. |
|
|
hook_form_alter |
drupal/core/modules/system/system.api.php |
Perform alterations before a form is rendered. |
|
|
hook_form_BASE_FORM_ID_alter |
drupal/core/modules/system/system.api.php |
Provide a form-specific alteration for shared ('base') forms. |
|
|
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_system_theme_settings_alter |
drupal/core/modules/system/theme.api.php |
Allow themes to alter the theme-specific settings form. |
|
|
hook_help |
drupal/core/modules/help/help.api.php |
Provide online user help. |
|
|
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_html_head_alter |
drupal/core/modules/system/system.api.php |
Alter XHTML HEAD tags before they are rendered by drupal_get_html_head(). |
|
|
hook_image_effect_info |
drupal/core/modules/image/image.api.php |
Define information about image effects provided by a module. |
|
|
hook_image_effect_info_alter |
drupal/core/modules/image/image.api.php |
Alter the information provided in hook_image_effect_info(). |
|
|
hook_image_style_flush |
drupal/core/modules/image/image.api.php |
Respond to image style flushing. |
|
|
hook_image_toolkits |
drupal/core/modules/system/system.api.php |
Define image toolkits provided by this module. |
|
|
hook_init |
drupal/core/modules/system/system.api.php |
Perform setup tasks for non-cached page requests. |
|
|
hook_insert |
drupal/core/modules/node/node.api.php |
Respond to creation of a new node. |
|
|
hook_install |
drupal/core/modules/system/system.api.php |
Perform setup tasks when the module is installed. |
|
|
hook_install_tasks |
drupal/core/modules/system/system.api.php |
Return an array of tasks to be performed by an installation profile. |
|
|
hook_install_tasks_alter |
drupal/core/modules/system/system.api.php |
Alter the full list of installation tasks. |
|
|
hook_js_alter |
drupal/core/modules/system/system.api.php |
Perform necessary alterations to the JavaScript before it is presented on
the page. |
|
|
hook_language_delete |
drupal/core/modules/language/language.api.php |
Allow modules to react before the deletion of a language. |
|
|
hook_language_fallback_candidates_alter |
drupal/core/modules/system/language.api.php |
Perform alterations on the language fallback candidates. |
|
|
hook_language_init |
drupal/core/modules/system/language.api.php |
Allows modules to act after language initialization has been performed. |
|
|
hook_language_insert |
drupal/core/modules/language/language.api.php |
React to a language that was just added to the system. |
|
|
hook_language_negotiation_info |
drupal/core/modules/system/language.api.php |
Define language negotiation methods. |
|
|
hook_language_negotiation_info_alter |
drupal/core/modules/system/language.api.php |
Perform alterations on language negotiation methods. |
|
|
hook_language_presave |
drupal/core/modules/language/language.api.php |
React to a language about to be added or updated in the system. |
|
|
hook_language_switch_links_alter |
drupal/core/modules/system/language.api.php |
Perform alterations on language switcher links. |
|
|
hook_language_types_info |
drupal/core/modules/system/language.api.php |
Define language types. |
|
|
hook_language_types_info_alter |
drupal/core/modules/system/language.api.php |
Perform alterations on language types. |
|
|
hook_language_update |
drupal/core/modules/language/language.api.php |
React to a language that was just updated in the system. |
|
|
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_load |
drupal/core/modules/node/node.api.php |
Act on nodes being loaded from the database. |
|
|
hook_locale_translation_projects_alter |
drupal/core/modules/locale/locale.api.php |
Alter the list of projects to be updated by locale's interface translation. |
|
|
hook_mail |
drupal/core/modules/system/system.api.php |
Prepare a message based on parameters; called from drupal_mail(). |
|
|
hook_mail_alter |
drupal/core/modules/system/system.api.php |
Alter an email message created with the drupal_mail() function. |
|
|
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_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_menu_delete |
drupal/core/modules/menu/menu.api.php |
Informs modules that a custom menu was deleted. |
|
|
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_insert |
drupal/core/modules/menu/menu.api.php |
Informs modules that a custom menu was created. |
|
|