Version

1.67 (checked in on 2005/04/03 at 08:03:18 by dries)

Description

API for loading and interacting with Drupal modules.

Functions

Namesort iconDescription
module_existDetermine whether a given module exists.
module_hookDetermine whether a module implements a hook.
module_implementsDetermine which modules are implementing a hook.
module_initInitialize all modules.
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.