Functions

Primary tabs

Namesort descending Location Description Direct uses Strings
image_uninstall drupal/core/modules/image/image.install Implements hook_uninstall().
image_update_8000 drupal/core/modules/image/image.install Convert existing image styles to the new config system.
image_update_8001 drupal/core/modules/image/image.install Empty update. See http://drupal.org/node/1980058.
image_update_8002 drupal/core/modules/image/image.install Moves image module settings from variable to config.
install_already_done_error drupal/core/includes/install.core.inc Indicates that Drupal has already been installed. 2
install_base_system drupal/core/includes/install.core.inc Installation task; install the base functionality Drupal needs to bootstrap.
install_begin_request drupal/core/includes/install.core.inc Begins an installation request, modifying the installation state as needed. 1
install_bootstrap_full drupal/core/includes/install.core.inc Performs a full bootstrap of Drupal during installation.
install_check_localization_server drupal/core/includes/install.core.inc Checks if the localization server can be contacted. 1
install_check_requirements drupal/core/includes/install.core.inc Checks installation requirements and reports any errors. 1
install_check_translations 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 form to configure the new site.
install_configure_form_submit drupal/core/includes/install.core.inc Form submission handler for install_configure_form().
install_configure_form_validate drupal/core/includes/install.core.inc Form validation handler for install_configure_form().
install_database_errors drupal/core/includes/install.core.inc Checks a database connection and returns any errors. 2
install_display_output drupal/core/includes/install.core.inc Displays themed installer output and ends the page request. 1
install_display_requirements drupal/core/includes/install.core.inc Displays installation requirements. 2
install_download_translation drupal/core/includes/install.core.inc Download a translation file for the selected langaguage.
install_drupal drupal/core/includes/install.core.inc Installs Drupal either interactively or via an array of passed-in settings. 2
install_ensure_config_directory drupal/core/includes/install.inc Ensures that the config directory exists and is writable, or can be made so. 2
install_file_translation_service drupal/core/includes/install.core.inc Build a file translation service for installation. 2
install_find_translations drupal/core/includes/install.core.inc Finds all .po files that are useful to the installer. 1
install_finished drupal/core/includes/install.core.inc Performs final installation steps and displays a 'finished' page.
install_full_redirect_url drupal/core/includes/install.core.inc Returns the complete URL redirected to during an installation request. 1
install_get_localization_release drupal/core/includes/install.core.inc Gets the core release version for localization. 2
install_goto drupal/core/includes/install.inc Sends the user to a different installer page. 4 1
install_import_translations drupal/core/includes/install.core.inc Imports languages via a batch process during installation.
install_import_translations_remaining drupal/core/includes/install.core.inc Finishes importing files at end of installation.
install_load_profile drupal/core/includes/install.core.inc Loads information about the chosen profile during installation.
install_no_profile_error drupal/core/includes/install.core.inc Indicates that there are no profiles available. 3
install_profile_info drupal/core/includes/install.inc Retrieves information about an installation profile from its .info.yml file. 6
install_profile_modules drupal/core/includes/install.core.inc Installs required modules via a batch process. 1
install_redirect_url drupal/core/includes/install.core.inc Returns the URL that should be redirected to during an installation request. 4
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_run_task drupal/core/includes/install.core.inc Runs an individual installation task. 1
install_run_tasks drupal/core/includes/install.core.inc Runs all tasks for the current installation request. 1
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_select_profile drupal/core/includes/install.core.inc Selects which profile to install.
install_select_profile_form drupal/core/includes/install.core.inc Form constructor for the profile selection form. 1
install_settings_form drupal/core/includes/install.core.inc Form constructor for a form to configure and rewrite settings.php.
install_settings_form_submit drupal/core/includes/install.core.inc Form submission handler for install_settings_form(). 1
install_settings_form_validate drupal/core/includes/install.core.inc Form validation handler for install_settings_form().
install_state_defaults drupal/core/includes/install.core.inc Returns an array of default settings for the global installation state. 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_tasks_to_perform drupal/core/includes/install.core.inc Returns a list of tasks to perform during the current installation request. 1
install_update_configuration_translations drupal/core/includes/install.core.inc Creates configuration translations.
install_verify_completed_task drupal/core/includes/install.core.inc Verifies and returns the last installation task that was completed. 2
install_verify_config_directory drupal/core/includes/install.inc Checks whether a config directory exists and is writable. 1

Pages

Other projects