module.inc

Version

1.93.2.2 (checked in on 2007/07/21 at 00:54:18 by drumm)

Description

API for loading and interacting with Drupal modules.

Functions

Namesort iconDescription
module_disableDisable a given set of modules.
module_enableEnable a given list of modules.
module_existsDetermine whether a given module exists.
module_hookDetermine whether a module implements a hook.
module_implementsDetermine which modules are implementing a hook.
module_invokeInvoke a hook in a particular module.
module_invoke_allInvoke a hook in all enabled modules that implement it.
module_iterateCall a function repeatedly with each module in turn as an argument.
module_listCollect a list of all loaded modules. During the bootstrap, return only vital modules. See bootstrap.inc
module_load_allLoad all the modules that have been enabled in the system table.
module_load_installLoad a module's installation hooks.
module_rebuild_cacheRebuild the database cache of module files.
_module_build_dependentsFind dependents; modules that are required by other modules. Adds an array of dependents to the $file->info array.
_module_parse_info_fileParse Drupal info file format. Uses ini parser provided by php's parse_ini_file).
 
 

Drupal is a registered trademark of Dries Buytaert.