module_implements

Related topics

Namesort iconDescription
HooksAllow modules to interact with the Drupal core.

Functions that call module_implements()

Namesort iconLocationDescription
comment_invoke_commentmodules/comment.moduleInvoke a hook_comment() operation in all modules.
drupal_get_formincludes/form.incProcesses a form array and produces the HTML output of a form. If there is input in the $_POST['edit'] variable, this function will attempt to validate it, using drupal_validate_form(), and then submit the form using drupal_submit_form().
help_menumodules/help.moduleImplementation of hook_menu().
module_implementsincludes/module.incDetermine which modules are implementing a hook.
module_invoke_allincludes/module.incInvoke a hook in all enabled modules that implement it.
node_invoke_nodeapimodules/node.moduleInvoke a hook_nodeapi() operation in all modules.
search_preprocessmodules/search.moduleInvokes hook_search_preprocess() in modules.
upload_jsmodules/upload.moduleMenu-callback for JavaScript-based uploads.
_db_rewrite_sqlincludes/database.incHelper function for db_rewrite_sql.
_element_infoincludes/form.incRetrieve the default properties for the defined element type.

Functions called by module_implements()

Namesort iconLocationDescription
module_hookincludes/module.incDetermine whether a module implements a hook.
module_implementsincludes/module.incDetermine which modules are implementing a hook.
module_listincludes/module.incCollect a list of all loaded modules. During the bootstrap, return only vital modules. See bootstrap.inc
 
 

Drupal is a registered trademark of Dries Buytaert.