|
install_backdrop |
core/includes/install.core.inc |
Installs Backdrop either interactively or via an array of passed-in settings. |
|
install_backup_location |
core/includes/install.core.inc |
Installation task; Rewrite settings.php to include backup location. |
|
install_begin_request |
core/includes/install.core.inc |
Begins an installation request, modifying the installation state as needed. |
|
install_bootstrap_full |
core/includes/install.core.inc |
Performs a full bootstrap of Backdrop during installation. |
|
install_check_localization_server |
core/includes/install.core.inc |
Checks if the localization server can be contacted. |
|
install_check_requirements |
core/includes/install.core.inc |
Checks installation requirements and reports any errors. |
|
install_check_translation_download |
core/includes/install.core.inc |
Checks installation requirements, downloads a translation, and reports any
errors. |
|
install_configure_form |
core/includes/install.core.inc |
Form constructor for a form to configure the new site. |
|
install_configure_form_submit |
core/includes/install.core.inc |
Form submission handler for install_configure_form(). |
|
install_configure_form_validate |
core/includes/install.core.inc |
Form validation handler for install_configure_form(). |
|
install_config_location |
core/includes/install.core.inc |
Installation task; Ensure config location is empty and writable, and (for
config stored in files, rewrite settings.php to include config directories. |
|
install_database_errors |
core/includes/install.core.inc |
Checks a database connection and returns any errors. |
|
install_display_output |
core/includes/install.core.inc |
Displays themed installer output and ends the page request. |
|
install_display_requirements |
core/includes/install.core.inc |
Verifies the requirements for installing Backdrop. |
|
install_download_translation |
core/includes/install.core.inc |
Download a translation file for the selected language. |
|
install_drupal Deprecated |
core/includes/drupal.inc |
Installs Backdrop either interactively or via an array of passed-in settings. |
|
install_find_profiles |
core/includes/install.core.inc |
Finds all .profile files. |
|
install_find_translations |
core/includes/install.core.inc |
Find all .po files useful for the installer. |
|
install_find_translation_files |
core/includes/install.core.inc |
Find installer translations either for a specific langcode or all languages. |
|
install_finished |
core/includes/install.core.inc |
Finishes importing files at end of installation. |
|
install_full_redirect_url |
core/includes/install.core.inc |
Returns the complete URL redirected to during an installation request. |
|
install_get_available_translations |
core/includes/install.core.inc |
Provide a list of available translation files. |
|
install_goto |
core/includes/install.inc |
Sends the user to a different installer page. |
|
install_hash_salt |
core/includes/install.core.inc |
Installation task; Rewrite settings.php to include hash salt. |
|
install_import_translations |
core/includes/install.core.inc |
Imports languages via a batch process during installation. |
|
install_import_translations_remaining |
core/includes/install.core.inc |
Installation task; finish importing files at end of installation. |
|
install_load_profile |
core/includes/install.core.inc |
Loads information about the chosen profile during installation. |
|
install_no_profile_error |
core/includes/install.core.inc |
Indicates that there are no profiles available. |
|
install_profile_info |
core/includes/install.inc |
Retrieves information about an installation profile from its .info file. |
|
install_profile_modules |
core/includes/install.core.inc |
Installs required modules via a batch process. |
|
install_redirect_url |
core/includes/install.core.inc |
Returns the URL that should be redirected to during an installation request. |
|
install_retrieve_file |
core/includes/install.core.inc |
Attempts to get a file using a HTTP request and to store it locally. |
|
install_run_task |
core/includes/install.core.inc |
Runs an individual installation task. |
|
install_run_tasks |
core/includes/install.core.inc |
Runs all tasks for the current installation request. |
|
install_select_language |
core/includes/install.core.inc |
Installation task; select which language to use. |
|
install_select_language_form |
core/includes/install.core.inc |
Form constructor for the language selection form. |
|
install_select_profile |
core/includes/install.core.inc |
Selects which profile to install. |
|
install_select_profile_form |
core/includes/install.core.inc |
Form constructor for the profile selection form. |
|
install_settings_form |
core/includes/install.core.inc |
Form constructor for a form to configure and rewrite settings.php. |
|
install_settings_form_submit |
core/includes/install.core.inc |
Form submission handler for install_settings_form(). |
|
install_settings_form_validate |
core/includes/install.core.inc |
Form validation handler for install_settings_form(). |
|
install_state_defaults |
core/includes/install.core.inc |
Returns an array of default settings for the global installation state. |
|
install_system_module |
core/includes/install.core.inc |
Installation task; install the Backdrop system module. |
|
install_tasks |
core/includes/install.core.inc |
Returns a list of all tasks the installer currently knows about. |
|
install_tasks_to_display |
core/includes/install.core.inc |
Returns a list of tasks that should be displayed to the end user. |
|
install_tasks_to_perform |
core/includes/install.core.inc |
Returns a list of tasks to perform during the current installation request. |
|
install_verify_completed_task |
core/includes/install.core.inc |
Verifies and returns the last installation task that was completed. |
|
install_verify_database_utf8mb4 |
core/includes/install.core.inc |
Verifies if UTF8 MB4 support is available in the database. |
|
install_verify_pdo |
core/includes/install.core.inc |
Verifies the PDO library. |
|
install_verify_requirements |
core/includes/install.core.inc |
Verifies the requirements for installing Backdrop. |