|
|
load_all()
Load all the plugins that have been enabled in the system table. |
source code
|
|
|
|
list_(refresh=False,
bootstrap=True,
sort=False,
fixed_list=None)
Collect a list of all loaded plugins. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
load_install(plugin_)
Load a plugin's installation hooks. |
source code
|
|
|
|
|
|
|
load_all_includes(type_,
name=None)
Load an include file for each of the plugins that have been enabled in
the system table. |
source code
|
|
|
|
|
|
|
|
|
|
hook(plugin_,
hook_)
Determine whether a plugin implements a hook. |
source code
|
|
|
|
implements(hook_,
sort=False,
refresh=False)
Determine which plugins are implementing a hook. |
source code
|
|
|
|
|
|
|
|
|
|
drupal_required_plugins()
Array of plugins required by core. |
source code
|
|