Functions that call conf_path()

Namesort iconLocationDescription
conf_initdrupal/includes/bootstrap.incLoads the configuration and sets the base URL, cookie domain, and session name correctly.
drupal_get_filenamedrupal/includes/bootstrap.incReturns 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_rewrite_settingsdrupal/includes/install.incReplace values in settings.php with values in the submitted array.
drupal_system_listingdrupal/includes/common.incReturn an array of system file objects.
file_directory_pathdrupal/includes/file.incDetermine the default 'files' directory.
install_change_settingsdrupal/install.phpConfigure and rewrite settings.php.
install_check_requirementsdrupal/install.phpCheck installation requirements and report any errors.
install_maindrupal/install.phpThe Drupal installation happens in a series of steps. We begin by verifying that the current environment meets our minimum requirements. We then go on to verify that settings.php is properly configured. From there we connect to the configured database...
install_tasksdrupal/install.phpTasks performed after the database is initialized.
install_verify_settingsdrupal/install.phpVerify existing settings.php