drupal_get_filename

Functions that call drupal_get_filename()

Namesort iconLocationDescription
drupal_get_pathdrupal/includes/common.incReturns the path to a system item (module, theme, etc.).
drupal_install_systemdrupal/includes/install.incCallback to install the system module.
drupal_loaddrupal/includes/bootstrap.incIncludes a file with the provided type and name. This prevents including a theme, engine, module, etc., more than once.
module_listdrupal/includes/module.incCollect a list of all loaded modules. During the bootstrap, return only vital modules. See bootstrap.inc
system_modules_uninstall_confirm_formdrupal/modules/system/system.admin.incConfirm uninstall of selected modules.
system_theme_datadrupal/modules/system/system.moduleCollect data about all currently available themes.

Functions called by drupal_get_filename()

Namesort iconLocationDescription
conf_pathdrupal/includes/bootstrap.incFind the appropriate configuration directory.
db_is_activedrupal/includes/database/database.incDetermine if there is an active connection.
db_querydrupal/includes/database/database.incExecute an arbitrary query string against the active database.
db_resultdrupal/includes/database/database.inc