Functions

Primary tabs

Name Locationsort descending Description Direct uses Strings
install_tasks drupal/core/includes/install.core.inc Returns a list of all tasks the installer currently knows about. 2
install_tasks_to_display drupal/core/includes/install.core.inc Returns a list of tasks that should be displayed to the end user. 1
install_redirect_url drupal/core/includes/install.core.inc Returns the URL that should be redirected to during an installation request. 4
install_full_redirect_url drupal/core/includes/install.core.inc Returns the complete URL redirected to during an installation request. 1
install_display_output drupal/core/includes/install.core.inc Displays themed installer output and ends the page request. 1
install_verify_requirements drupal/core/includes/install.core.inc Verifies the requirements for installing Drupal.
install_base_system drupal/core/includes/install.core.inc Installation task; install the base functionality Drupal needs to bootstrap.
install_verify_completed_task drupal/core/includes/install.core.inc Verifies and returns the last installation task that was completed. 2
install_verify_database_settings drupal/core/includes/install.core.inc Verifies that settings.php specifies a valid database connection. 1
install_settings_form drupal/core/includes/install.core.inc Form constructor for a form to configure and rewrite settings.php.
install_settings_form_validate drupal/core/includes/install.core.inc Form validation handler for install_settings_form().
install_database_errors drupal/core/includes/install.core.inc Checks a database connection and returns any errors. 2
install_settings_form_submit drupal/core/includes/install.core.inc Form submission handler for install_settings_form(). 1
install_select_profile drupal/core/includes/install.core.inc Selects which profile to install.
_install_select_profile drupal/core/includes/install.core.inc Selects an installation profile. 1
install_select_profile_form drupal/core/includes/install.core.inc Form constructor for the profile selection form. 1
install_find_translations drupal/core/includes/install.core.inc Finds all .po files that are useful to the installer. 1
install_file_translation_service drupal/core/includes/install.core.inc Build a file translation service for installation. 2
install_select_language drupal/core/includes/install.core.inc Selects which language to use during installation.
install_select_language_form drupal/core/includes/install.core.inc Form constructor for the language selection form. 1
install_download_translation drupal/core/includes/install.core.inc Download a translation file for the selected langaguage.
install_retrieve_file drupal/core/includes/install.core.inc Attempts to get a file using a HTTP request and to store it locally. 1
install_check_localization_server drupal/core/includes/install.core.inc Checks if the localization server can be contacted. 1
install_get_localization_release drupal/core/includes/install.core.inc Gets the core release version for localization. 2
install_no_profile_error drupal/core/includes/install.core.inc Indicates that there are no profiles available. 3
install_already_done_error drupal/core/includes/install.core.inc Indicates that Drupal has already been installed. 2
install_load_profile drupal/core/includes/install.core.inc Loads information about the chosen profile during installation.
install_bootstrap_full drupal/core/includes/install.core.inc Performs a full bootstrap of Drupal during installation.
install_profile_modules drupal/core/includes/install.core.inc Installs required modules via a batch process. 1
install_import_translations drupal/core/includes/install.core.inc Imports languages via a batch process during installation.
_install_prepare_import drupal/core/includes/install.core.inc Tells the translation import process that Drupal core is installed. 1
install_configure_form drupal/core/includes/install.core.inc Form constructor for a form to configure the new site.
install_import_translations_remaining drupal/core/includes/install.core.inc Finishes importing files at end of installation.
install_update_configuration_translations drupal/core/includes/install.core.inc Creates configuration translations.
install_finished drupal/core/includes/install.core.inc Performs final installation steps and displays a 'finished' page.
_install_module_batch drupal/core/includes/install.core.inc Batch callback for batch installation of modules. 1
_install_profile_modules_finished drupal/core/includes/install.core.inc 'Finished' callback for module installation batch. 1
install_check_translations drupal/core/includes/install.core.inc Checks installation requirements and reports any errors. 1
install_check_requirements drupal/core/includes/install.core.inc Checks installation requirements and reports any errors. 1
install_display_requirements drupal/core/includes/install.core.inc Displays installation requirements. 2
_install_configure_form drupal/core/includes/install.core.inc Form constructor for a site configuration form. 1
install_configure_form_validate drupal/core/includes/install.core.inc Form validation handler for install_configure_form().
install_configure_form_submit drupal/core/includes/install.core.inc Form submission handler for install_configure_form().
drupal_load_updates drupal/core/includes/install.inc Loads .install files for installed modules to initialize the update system. 2
drupal_install_profile_distribution_name drupal/core/includes/install.inc Loads the installation profile, extracting its defined distribution name. 8
drupal_detect_database_types drupal/core/includes/install.inc Detects all supported databases that are compiled into PHP. 1
drupal_get_database_types drupal/core/includes/install.inc Returns all supported database installer objects that are compiled into PHP. 4
drupal_rewrite_settings drupal/core/includes/install.inc Replaces values in settings.php with values in the submitted array. 4
_drupal_rewrite_settings_is_simple drupal/core/includes/install.inc Helper for drupal_rewrite_settings(). 1
_drupal_rewrite_settings_is_array_index drupal/core/includes/install.inc Helper for drupal_rewrite_settings(). 1

Pages

Other projects