backdrop_install_config_directories in core/includes/install.inc
Creates the config directory and ensures it is operational.
backdrop_rewrite_settings in core/includes/install.inc
Replaces values in settings.php with values in the submitted array.
backdrop_settings_initialize in core/includes/bootstrap.inc
Sets the base URL, cookie domain, and session name from configuration.
backdrop_system_listing in core/includes/common.inc
Returns information about system object files (modules, themes, etc.).
config_get_config_directory in core/includes/config.inc
Returns the path of a configuration directory.
installer_manager_download_project in core/modules/installer/installer.manager.inc
Downloads a project given a project url.
installer_manager_local_transfers_allowed in core/modules/installer/installer.manager.inc
Determines if file transfers will be performed locally.
installer_manager_update_ready_form_submit in core/modules/installer/installer.manager.inc
Form submission handler for installer_manager_update_ready_form().
install_already_done_error in core/includes/install.core.inc
Indicates that Backdrop has already been installed.
install_check_requirements in core/includes/install.core.inc
Checks installation requirements and reports any errors.
install_find_translation_files in core/includes/install.core.inc
Find installer translations either for a specific langcode or all languages.
install_select_language in core/includes/install.core.inc
Installation task; select which language to use.
install_settings_form in core/includes/install.core.inc
Form constructor for a form to configure and rewrite settings.php.
install_verify_settings in core/includes/install.core.inc
Verifies the existing settings in settings.php.
LocaleImportFunctionalTest::setUp in core/modules/locale/tests/locale.test
Sets up a Backdrop site for running functional and integration tests.
locale_translate_batch_import_files in core/modules/locale/locale.bulk.inc
Prepare a batch to import all translations.
system_install in core/modules/system/system.install
Implements hook_install().
system_requirements in core/modules/system/system.install
Implements hook_requirements().
system_update_1011 in core/modules/system/system.install
Specify the files directory manually if needed.
telemetry_telemetry_data in core/modules/telemetry/telemetry.telemetry.inc
Implements hook_telemetry_data().
update_prepare_bootstrap in core/includes/update.inc
Performs extra steps required to bootstrap when using a Drupal 7 database.