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
simpletest_test_get_alldrupal/modules/simpletest/simpletest.moduleGet a list of all of the tests provided by the system.
system_listdrupal/includes/module.incBuild a list of bootstrap modules and enabled modules and themes.
system_modules_uninstall_confirm_formdrupal/modules/system/system.admin.incConfirm uninstall of selected modules.

Functions called by drupal_get_filename()

Namesort iconLocationDescription
conf_pathdrupal/includes/bootstrap.incFind the appropriate configuration directory.
db_querydrupal/includes/database/database.incExecutes an arbitrary query string against the active database.
drupal_system_listingdrupal/includes/common.incReturns information about system object files (modules, themes, etc.).