Functions

Primary tabs

Name Locationsort descending Description Direct uses Strings
install_import_translations drupal/core/includes/install.core.inc Imports languages via a batch process during installation.
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_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_requirements drupal/core/includes/install.core.inc Checks installation requirements and reports any errors. 1
_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().
install_drupal drupal/core/includes/install.core.inc Installs Drupal either interactively or via an array of passed-in settings. 2
install_state_defaults drupal/core/includes/install.core.inc Returns an array of default settings for the global installation state. 1
install_begin_request drupal/core/includes/install.core.inc Begins an installation request, modifying the installation state as needed. 1
install_run_tasks drupal/core/includes/install.core.inc Runs all tasks for the current installation request. 1
install_run_task drupal/core/includes/install.core.inc Runs an individual installation task. 1
install_tasks_to_perform drupal/core/includes/install.core.inc Returns a list of tasks to perform during the current installation request. 1
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. 3
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
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_baseurl drupal/core/includes/install.inc Detects the base URL using the PHP $_SERVER variables.
drupal_detect_database_types drupal/core/includes/install.inc Detects all supported databases that are compiled into PHP.
drupal_get_database_types drupal/core/includes/install.inc Returns all supported database installer objects that are compiled into PHP. 3
drupal_rewrite_settings drupal/core/includes/install.inc Replaces values in settings.php with values in the submitted array. 2
drupal_install_config_directories drupal/core/includes/install.inc Creates the config directory and ensures it is operational. 2
install_verify_config_directory drupal/core/includes/install.inc Checks whether a config directory exists and is writable. 1
install_ensure_config_directory drupal/core/includes/install.inc Ensures that the config directory exists and is writable, or can be made so. 2
drupal_verify_profile drupal/core/includes/install.inc Verifies that all dependencies are met for a given installation profile. 1
drupal_install_system drupal/core/includes/install.inc Installs the system module. 1
drupal_verify_install_file drupal/core/includes/install.inc Verifies the state of the specified file. 3
drupal_install_mkdir drupal/core/includes/install.inc Creates a directory with the specified permissions. 1
drupal_install_fix_file drupal/core/includes/install.inc Attempts to fix file permissions. 1
install_goto drupal/core/includes/install.inc Sends the user to a different installer page. 3 1
drupal_current_script_url drupal/core/includes/install.inc Returns the URL of the current script, with modified query parameters. 4
drupal_requirements_url drupal/core/includes/install.inc Returns a URL for proceeding to the next page after a requirements problem. 2
st drupal/core/includes/install.inc Translates a string when some systems are not available. 39 5
drupal_check_profile drupal/core/includes/install.inc Checks an installation profile's requirements. 1
drupal_requirements_severity drupal/core/includes/install.inc Extracts the highest severity from the requirements array. 4
drupal_check_module drupal/core/includes/install.inc Checks a module's requirements. 1
install_profile_info drupal/core/includes/install.inc Retrieves information about an installation profile from its .info file. 6

Pages

Other projects