_install_select_profile

_install_select_profile(&$install_state) Determines the installation profile to use in the installer.

2016-10-29 09:57:14
INSTALL_TASK_RUN_IF_REACHED

Run the task on each installation request that reaches it. This is primarily used by the Drupal installer for bootstrap-related tasks.

2016-10-29 09:21:04
install_find_translations

install_find_translations() Finds all .po files that are useful to the installer. Return

2016-10-29 09:21:00
install_check_localization_server

install_check_localization_server($uri) Checks if the localization server can be contacted.

2016-10-29 09:20:59
install_verify_database_settings

install_verify_database_settings($site_path) Verifies that settings.php specifies a valid database connection

2016-10-29 09:21:05
install_install_profile

install_install_profile(&$install_state) Installs the install profile. Parameters

2016-10-29 09:21:01
install_load_profile

install_load_profile(&$install_state) Loads information about the chosen profile during installation.

2016-10-29 09:21:02
install_database_errors

install_database_errors($database, $settings_file) Checks a database connection and returns any errors.

2016-10-29 09:20:59
install_display_output

install_display_output($output, $install_state) Displays themed installer output and ends the page request

2016-10-29 09:20:59
INSTALL_TASK_RUN_IF_NOT_COMPLETED

Run the task on each installation request until the database is set up. This is the default method for running tasks and should be used for

2016-10-29 09:21:04