module.inc
Version
1.75.2.1 (checked in on 2006/06/08 at 21:25:50 by dries)
Description
API for loading and interacting with Drupal modules.
Functions
| Name | Description |
|---|---|
| module_exist | Determine whether a given module exists. |
| module_hook | Determine whether a module implements a hook. |
| module_implements | Determine which modules are implementing a hook. |
| module_invoke | Invoke a hook in a particular module. |
| module_invoke_all | Invoke a hook in all enabled modules that implement it. |
| module_iterate | Call a function repeatedly with each module in turn as an argument. |
| module_list | Collect a list of all loaded modules. During the bootstrap, return only vital modules. See bootstrap.inc |
| module_load_all | Load all the modules that have been enabled in the system table. |
