| drupal_get_filename | includes/bootstrap.inc | Returns and optionally sets the filename for a system item (module,
theme, etc.). The filename, whether provided, cached, or retrieved
from the database, is only returned if the file exists. |
| drupal_get_path | includes/common.inc | Returns the path to a system item (module, theme, etc.). |
| drupal_install_profile | includes/install.inc | Install a profile (i.e. a set of modules) from scratch.
The profile must be verified first using drupal_verify_profile(). |
| drupal_load | includes/bootstrap.inc | Includes a file with the provided type and name. This prevents
including a theme, engine, module, etc., more than once. |
| module_list | includes/module.inc | Collect a list of all loaded modules. During the bootstrap, return only
vital modules. See bootstrap.inc |
| system_modules_uninstall_confirm_form | modules/system/system.module | Confirm uninstall of selected modules. |
| system_theme_data | modules/system/system.module | Collect data about all currently available themes |