You are here

23 calls to module_implements() in Drupal 5

comment_invoke_comment in modules/comment/comment.module
Invoke a hook_comment() operation in all modules.
comment_render in modules/comment/comment.module
Renders comment(s).
drupal_mail in includes/common.inc
Send an e-mail message, using Drupal variables and default settings. More information in the PHP function reference for mail()
drupal_prepare_form in includes/form.inc
Prepares a structured form array by adding required elements, executing any hook_form_alter functions, and optionally inserting a validation token to prevent tampering.
help_links_as_list in modules/help/help.module
help_menu in modules/help/help.module
Implementation of hook_menu().
module_disable in includes/module.inc
Disable a given set of modules.
module_enable in includes/module.inc
Enable a given list of modules.
module_invoke_all in includes/module.inc
Invoke a hook in all enabled modules that implement it.
node_access_rebuild in modules/node/node.module
Rebuild the node access database. This is occasionally needed by modules that make system-wide changes to access levels.
node_access_write_grants in modules/node/node.module
This function will write a list of grants to the database, deleting any pre-existing grants. If a realm is provided, it will only delete grants from that realm, but it will always delete a grant from the 'all' realm. Modules which utilize…
node_configure in modules/node/node.module
Menu callback; presents general node configuration options.
node_invoke_nodeapi in modules/node/node.module
Invoke a hook_nodeapi() operation in all modules.
node_view in modules/node/node.module
Generate a display of the given node.
search_preprocess in modules/search/search.module
Invokes hook_search_preprocess() in modules.
system_performance_settings in modules/system/system.module
taxonomy_link in modules/taxonomy/taxonomy.module
Implementation of hook_link().
upload_js in modules/upload/upload.module
Menu-callback for JavaScript-based uploads.
user_authenticate in modules/user/user.module
user_auth_help_links in modules/user/user.module
user_view in modules/user/user.module
_db_rewrite_sql in includes/database.inc
Helper function for db_rewrite_sql.
_element_info in includes/form.inc
Retrieve the default properties for the defined element type.