Search for d
Title | Object type | File name | Summary |
---|---|---|---|
hook_file_load | function | modules/ |
Load additional information into file objects. |
hook_file_update | function | modules/ |
Respond to a file being updated. |
hook_file_validate | function | modules/ |
Check that files meet a given criteria. |
hook_filter_format_disable | function | modules/ |
Perform actions when a text format has been disabled. |
hook_filter_format_update | function | modules/ |
Perform actions when a text format has been updated. |
hook_form_BASE_FORM_ID_alter | function | modules/ |
Provide a form-specific alteration for shared ('base') forms. |
hook_form_FORM_ID_alter | function | modules/ |
Provide a form-specific alteration instead of the global hook_form_alter(). |
hook_html_head_alter | function | modules/ |
Alter XHTML HEAD tags before they are rendered by drupal_get_html_head(). |
hook_image_default_styles | function | modules/ |
Provide module-based image styles for reuse throughout Drupal. |
hook_image_style_delete | function | modules/ |
Respond to image style deletion. |
hook_language_fallback_candidates_alter | function | modules/ |
Perform alterations on the language fallback candidates. |
hook_load | function | modules/ |
Act on nodes being loaded from the database. |
hook_menu_breadcrumb_alter | function | modules/ |
Alter links in the active trail before it is rendered as the breadcrumb. |
hook_menu_delete | function | modules/ |
Respond to a custom menu deletion. |
hook_menu_link_delete | function | modules/ |
Inform modules that a menu link has been deleted. |
hook_menu_link_update | function | modules/ |
Inform modules that a menu link has been updated. |
hook_menu_update | function | modules/ |
Respond to a custom menu update. |
hook_modules_disabled | function | modules/ |
Perform necessary actions after modules are disabled. |
hook_modules_enabled | function | modules/ |
Perform necessary actions after modules are enabled. |
hook_modules_installed | function | modules/ |
Perform necessary actions after modules are installed. |
hook_modules_uninstalled | function | modules/ |
Perform necessary actions after modules are uninstalled. |
hook_module_implements_alter | function | modules/ |
Alter the registry of modules implementing a hook. |
hook_multilingual_settings_changed | function | modules/ |
Allow modules to react to language settings changes. |
hook_node_access | function | modules/ |
Control access to a node. |
hook_node_access_records | function | modules/ |
Set permissions for a node to be written to the database. |
hook_node_access_records_alter | function | modules/ |
Alter permissions for a node before it is written to the database. |
hook_node_delete | function | modules/ |
Respond to node deletion. |
hook_node_grants | function | modules/ |
Inform the node access system what permissions the user has. |
hook_node_grants_alter | function | modules/ |
Alter user access rules when trying to view, edit or delete a node. |
hook_node_info | function | modules/ |
Define module-provided node types. |
hook_node_insert | function | modules/ |
Respond to creation of a new node. |
hook_node_load | function | modules/ |
Act on arbitrary nodes being loaded from the database. |
hook_node_operations | function | modules/ |
Add mass node operations. |
hook_node_prepare | function | modules/ |
Act on a node object about to be shown on the add/edit form. |
hook_node_presave | function | modules/ |
Act on a node being inserted or updated. |
hook_node_revision_delete | function | modules/ |
Respond to deletion of a node revision. |
hook_node_search_result | function | modules/ |
Act on a node being displayed as a search result. |
hook_node_submit | function | modules/ |
Act on a node after validated form values have been copied to it. |
hook_node_type_delete | function | modules/ |
Respond to node type deletion. |
hook_node_type_insert | function | modules/ |
Respond to node type creation. |
hook_node_type_update | function | modules/ |
Respond to node type updates. |
hook_node_update | function | modules/ |
Respond to updates to a node. |
hook_node_update_index | function | modules/ |
Act on a node being indexed for searching. |
hook_node_validate | function | modules/ |
Perform node validation before a node is created or updated. |
hook_node_view | function | modules/ |
Act on a node that is being assembled before rendering. |
hook_node_view_alter | function | modules/ |
Alter the results of node_view(). |
hook_openid | function | modules/ |
Allow modules to modify the OpenID request parameters. |
hook_openid_discovery_method_info | function | modules/ |
Allow modules to declare OpenID discovery methods. |
hook_openid_discovery_method_info_alter | function | modules/ |
Allow modules to alter discovery methods. |
hook_openid_normalization_method_info | function | modules/ |
Allow modules to declare OpenID normalization methods. |
Pagination
- Previous page
- Page 73
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.