|
hook_insert |
core/modules/node/node.api.php |
Respond to creation of a new node. |
|
hook_install |
core/modules/system/system.api.php |
Perform setup tasks when the module is installed. |
|
hook_install_tasks |
core/modules/system/system.api.php |
Return an array of tasks to be performed by an installation profile. |
|
hook_install_tasks_alter |
core/modules/system/system.api.php |
Alter the full list of installation tasks. |
|
hook_js_alter |
core/modules/system/system.api.php |
Perform necessary alterations to the JavaScript before it is presented on
the page. |
|
hook_language_delete |
core/modules/language/language.api.php |
Allow modules to react before the deletion of a language. |
|
hook_language_fallback_candidates_alter |
core/modules/system/language.api.php |
Perform alterations on the language fallback candidates. |
|
hook_language_init |
core/modules/system/language.api.php |
Allows modules to act after language initialization has been performed. |
|
hook_language_insert |
core/modules/language/language.api.php |
React to a language that was just added to the system. |
|
hook_language_negotiation_info |
core/modules/system/language.api.php |
Define language negotiation providers. |
|
hook_language_negotiation_info_alter |
core/modules/system/language.api.php |
Perform alterations on language negotiation providers. |
|
hook_language_presave |
core/modules/language/language.api.php |
React to a language about to be added or updated in the system. |
|
hook_language_switch_links_alter |
core/modules/system/language.api.php |
Perform alterations on language switcher links. |
|
hook_language_types_info |
core/modules/system/language.api.php |
Define language types. |
|
hook_language_types_info_alter |
core/modules/system/language.api.php |
Perform alterations on language types. |
|
hook_language_update |
core/modules/language/language.api.php |
React to a language that was just updated in the system. |
|
hook_layout_context_info |
core/modules/layout/layout.api.php |
Provides a list of all "contexts" available to Layout module. |
|
hook_layout_delete |
core/modules/layout/layout.api.php |
Respond to a layout being deleted. |
|
hook_layout_disable |
core/modules/layout/layout.api.php |
Respond to a layout being disabled. |
|
hook_layout_enable |
core/modules/layout/layout.api.php |
Respond to a layout being enabled. |
|
hook_layout_info Deprecated |
core/modules/layout/layout.api.php |
Deprecated. Now replaced by hook_layout_template_info(). |
|
hook_layout_insert |
core/modules/layout/layout.api.php |
Respond to initial creation of a layout. |
|
hook_layout_load_by_router_item_alter |
core/modules/layout/layout.api.php |
Perform alterations to the list of layouts that match the path of a router
item. |
|
hook_layout_presave |
core/modules/layout/layout.api.php |
Act on a layout being inserted or updated. |
|
hook_layout_renderer_info |
core/modules/layout/layout.api.php |
Returns information about Layout renderers. |
|
hook_layout_revert |
core/modules/layout/layout.api.php |
Respond to a layout being reverted. |
|
hook_layout_style_info |
core/modules/layout/layout.api.php |
Provides information on rendering styles that can be used by layouts. |
|
hook_layout_template_info |
core/modules/layout/layout.api.php |
Provides a list of layout templates that can be used within the Layout
module. |
|
hook_layout_update |
core/modules/layout/layout.api.php |
Respond to updates to a layout. |
|
hook_library_info |
core/modules/system/system.api.php |
Registers JavaScript/CSS libraries associated with a module. |
|
hook_library_info_alter |
core/modules/system/system.api.php |
Alters the JavaScript/CSS library registry. |
|
hook_load |
core/modules/node/node.api.php |
Act on nodes being loaded from the database. |
|
hook_locale_language_delete |
core/modules/locale/locale.api.php |
Allow modules to react before the deletion of a language. |
|
hook_locale_language_insert |
core/modules/locale/locale.api.php |
React to a language that was just added to the system. |
|
hook_locale_language_presave |
core/modules/locale/locale.api.php |
React to a language about to be added or updated in the system. |
|
hook_locale_language_update |
core/modules/locale/locale.api.php |
React to a language that was just updated in the system. |
|
hook_mail |
core/modules/system/system.api.php |
Prepare a message based on parameters; called from backdrop_mail(). |
|
hook_mail_alter |
core/modules/system/system.api.php |
Alter an email message created with the backdrop_mail() function. |
|
hook_menu |
core/modules/system/system.api.php |
Define menu items and page callbacks. |
|
hook_menu_alter |
core/modules/system/system.api.php |
Alter the data being saved to the {menu_router} table after hook_menu is invoked. |
|
hook_menu_block_tree_alter |
core/modules/system/system.api.php |
Modify a menu structure before it is rendered in a menu block. |
|
hook_menu_breadcrumb_alter |
core/modules/system/system.api.php |
Alter links in the active trail before it is rendered as the breadcrumb. |
|
hook_menu_contextual_links_alter |
core/modules/system/system.api.php |
Alter contextual links before they are rendered. |
|
hook_menu_delete |
core/modules/menu/menu.api.php |
Respond to a custom menu deletion. |
|
hook_menu_get_item_alter |
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 |
core/modules/menu/menu.api.php |
Respond to a custom menu creation. |
|
hook_menu_link_alter |
core/modules/system/system.api.php |
Alter the data being saved to the {menu_links} table by menu_link_save(). |
|
hook_menu_link_delete |
core/modules/system/system.api.php |
Inform modules that a menu link has been deleted. |
|
hook_menu_link_insert |
core/modules/system/system.api.php |
Inform modules that a menu link has been created. |
|
hook_menu_link_update |
core/modules/system/system.api.php |
Inform modules that a menu link has been updated. |