_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_TASK_SKIP

Do not run the task during the current installation request. This can be used to skip running an installation task when certain conditions are

2016-10-29 09:21:04
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
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_import_translations

install_import_translations(&$install_state) Imports languages via a batch process during installation

2016-10-29 09:21:01