| custom_url_rewrite | contributions/docs/developer/hooks/core.php | custom_url_rewrite is not a hook, it's a function you can add to
settings.php to manage aliases with some code. |
| hook_access | contributions/docs/developer/hooks/node.php | Define access restrictions. |
| hook_auth | contributions/docs/developer/hooks/authentication.php | Verify authentication of a user. |
| hook_block | contributions/docs/developer/hooks/core.php | Declare a block or set of blocks. |
| hook_checkoutapi | contributions/modules/ecommerce/docs/developer/hooks/core.php | Manipulate the checkout process, including injecting form pages. |
| hook_comment | contributions/docs/developer/hooks/core.php | Act on comments. |
| hook_cron | contributions/docs/developer/hooks/core.php | Perform periodic actions. |
| hook_db_rewrite_sql | contributions/docs/developer/hooks/core.php | Add JOIN and WHERE statements to queries and decide whether the primary_field
shall be made DISTINCT. For node objects, primary field is always called nid.
For taxonomy terms, it is tid and for vocabularies it is vid. For comments,
it is cid. Primary... |
| hook_delete | contributions/docs/developer/hooks/node.php | Respond to node deletion. |
| hook_disable | contributions/docs/developer/hooks/install.php | Perform necessary actions before module is disabled. |
| hook_ecommerceapi | contributions/modules/ecommerce/docs/developer/hooks/core.php | Ecommerceapi for "on payment completion". |
| hook_ec_transactionapi | contributions/modules/ecommerce/docs/developer/hooks/core.php | Handle store transaction actions. |
| hook_elements | contributions/docs/developer/hooks/core.php | Allows modules to declare their own form element types and specify their
default values. |
| hook_enable | contributions/docs/developer/hooks/install.php | Perform necessary actions after module is enabled. |
| hook_exit | contributions/docs/developer/hooks/core.php | Perform cleanup tasks. |
| hook_file_download | contributions/docs/developer/hooks/core.php | Allow file downloads. |
| hook_filter | contributions/docs/developer/hooks/core.php | Define content filters. |
| hook_filter_tips | contributions/docs/developer/hooks/core.php | Provide tips for using filters. |
| hook_footer | contributions/docs/developer/hooks/core.php | Insert closing HTML. |
| hook_form | contributions/docs/developer/hooks/node.php | Display a node editing form. |
| hook_forms | contributions/docs/developer/hooks/core.php | Map form_ids to builder functions. |
| hook_form_alter | contributions/docs/developer/hooks/core.php | Perform alterations before a form is rendered. |
| hook_help | contributions/docs/developer/hooks/core.php | Provide online user help. |
| hook_info | contributions/docs/developer/hooks/authentication.php | Declare authentication scheme information. |
| hook_init | contributions/docs/developer/hooks/core.php | Perform setup tasks. |
| hook_insert | contributions/docs/developer/hooks/node.php | Respond to node insertion. |
| hook_install | contributions/docs/developer/hooks/install.php | Install the current version of the database schema. |
| hook_link | contributions/docs/developer/hooks/core.php | Define internal Drupal links. |
| hook_link_alter | contributions/docs/developer/hooks/core.php | Perform alterations before links on a node are rendered. One popular use of
this hook is to add/delete links from other modules. |
| hook_load | contributions/docs/developer/hooks/node.php | Load node-type-specific information. |
| hook_mail_alter | contributions/docs/developer/hooks/core.php | Alter any aspect of the emails sent by Drupal. You can use this hook
to add a common site footer to all outgoing emails; add extra header
fields and/or modify the mails sent out in any way. HTML-izing the
outgoing mails is one possibility. See also... |
| hook_mail_reset | contributions/modules/ecommerce/docs/developer/hooks/core.php | FIXME: Add Description that means something |
| hook_mail_types | contributions/modules/ecommerce/docs/developer/hooks/core.php | Define the type of Mail that can be sent. |
| hook_menu | contributions/docs/developer/hooks/core.php | Define menu items and page callbacks. |
| hook_nodeapi | contributions/docs/developer/hooks/core.php | Act on nodes defined by other modules. |
| hook_node_access_records | contributions/docs/developer/hooks/core.php | Set permissions for a node to be written to the database. |
| hook_node_grants | contributions/docs/developer/hooks/core.php | Inform the node access system what permissions the user has. |
| hook_node_info | contributions/docs/developer/hooks/node.php | Define module-provided node types. |
| hook_node_operations | contributions/docs/developer/hooks/core.php | Add mass node operations. |
| hook_node_type | contributions/docs/developer/hooks/node.php | Act on node type changes. |
| hook_paymentapi | contributions/modules/ecommerce/docs/developer/hooks/core.php | Add a payment method. |
| hook_perm | contributions/docs/developer/hooks/core.php | Define user permissions. |
| hook_ping | contributions/docs/developer/hooks/core.php | Ping another server. |
| hook_prepare | contributions/docs/developer/hooks/node.php | This is a hook used by node modules. It is called after load but before the
node is shown on the add/edit form. |
| hook_productapi | contributions/modules/ecommerce/docs/developer/hooks/core.php | The productapi is an api implemented by modules that provide a product node type. |
| hook_product_specials | contributions/modules/ecommerce/docs/developer/hooks/core.php | Create a special for products. |
| hook_profile_alter | contributions/docs/developer/hooks/core.php | Perform alterations profile items before they are rendered. You may omit/add/re-sort/re-categorize, etc. |
| hook_recurringapi | contributions/modules/ecommerce/docs/developer/hooks/core.php | Implementation of hook_recurringapi(). |
| hook_requirements | contributions/docs/developer/hooks/install.php | Check installation requirements that need to be satisfied. |
| hook_search | contributions/docs/developer/hooks/core.php | Define a custom search routine. |
| hook_search_preprocess | contributions/docs/developer/hooks/core.php | Preprocess text for the search index. |
| hook_shipping_methods | contributions/modules/ecommerce/docs/developer/hooks/core.php | Determine shipping methods implemented by a module for shipcalc.module. |
| hook_store_email_alter | contributions/modules/ecommerce/docs/developer/hooks/core.php | Alter one or many ecommerce emails data. |
| hook_store_email_send | contributions/modules/ecommerce/docs/developer/hooks/core.php | Send a ecommerce email using other mechanism than the default. |
| hook_store_email_text | contributions/modules/ecommerce/docs/developer/hooks/core.php | Add email data to be used within ecommerce modules. |
| hook_submit | contributions/docs/developer/hooks/node.php | This is a hook used by node modules. It is called after validation has
succeeded and before insert/update. It is used to for actions which must
happen only if the node is to be saved. Usually, $node is changed in some
way and then the actual saving of... |
| hook_taxonomy | contributions/docs/developer/hooks/core.php | Act on taxonomy changes. |
| hook_uninstall | contributions/docs/developer/hooks/install.php | Remove any tables or variables that the module sets. |
| hook_update | contributions/docs/developer/hooks/node.php | Respond to node updating. |
| hook_update_index | contributions/docs/developer/hooks/core.php | Update Drupal's full-text index for this module. |
| hook_update_N | contributions/docs/developer/hooks/install.php | Perform a single update. For each patch which requires a database change add
a new hook_update_N() which will be called by update.php. |
| hook_user | contributions/docs/developer/hooks/core.php | Act on user account actions. |
| hook_user_operations | contributions/docs/developer/hooks/core.php | Add mass user operations. |
| hook_validate | contributions/docs/developer/hooks/node.php | Verify a node editing form. |
| hook_view | contributions/docs/developer/hooks/node.php | Display a node. |
| hook_xmlrpc | contributions/docs/developer/hooks/core.php | Register XML-RPC callbacks. |
| module_hook | drupal/includes/module.inc | Determine whether a module implements a hook. |
| module_implements | drupal/includes/module.inc | Determine which modules are implementing a hook. |
| module_invoke | drupal/includes/module.inc | Invoke a hook in a particular module. |
| module_invoke_all | drupal/includes/module.inc | Invoke a hook in all enabled modules that implement it. |