Functions

Primary tabs

Name Location Description Direct uses Stringssort descending
_install_select_profile drupal/core/includes/install.core.inc Selects an installation profile. 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_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_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_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().
timer_start Deprecated drupal/core/includes/bootstrap.inc 2
timer_read Deprecated drupal/core/includes/bootstrap.inc 1
timer_stop Deprecated drupal/core/includes/bootstrap.inc 1
_drupal_simpletest_conf_path drupal/core/includes/bootstrap.inc Determines whether to use an overridden value for conf_path(). 1
find_conf_path drupal/core/includes/bootstrap.inc Finds the appropriate configuration directory for a given host and path. 1
config_get_config_directory drupal/core/includes/bootstrap.inc Returns the path of a configuration directory. 13
drupal_override_server_variables drupal/core/includes/bootstrap.inc Sets appropriate server variables needed for command line scripts to work. 2
drupal_environment_initialize drupal/core/includes/bootstrap.inc Initializes the PHP environment. 1
drupal_valid_http_host drupal/core/includes/bootstrap.inc Validates that a hostname (for example $_SERVER['HTTP_HOST']) is safe. 1
drupal_settings_initialize drupal/core/includes/bootstrap.inc Sets the base URL, cookie domain, and session name from configuration. 1
drupal_get_filename drupal/core/includes/bootstrap.inc Returns and optionally sets the filename for a system resource. 11
variable_initialize drupal/core/includes/bootstrap.inc Loads the persistent variable table. 3
variable_set drupal/core/includes/bootstrap.inc Sets a persistent variable. 57
variable_del drupal/core/includes/bootstrap.inc Unsets a persistent variable. 17
drupal_page_get_cache drupal/core/includes/bootstrap.inc Retrieves the current page from the cache. 2
drupal_page_is_cacheable drupal/core/includes/bootstrap.inc Determines the cacheability of the current page. 5
bootstrap_invoke_all drupal/core/includes/bootstrap.inc Invokes a bootstrap hook in all bootstrap modules that implement it.
drupal_load drupal/core/includes/bootstrap.inc Includes a file with the provided type and name. 4
drupal_add_http_header Deprecated drupal/core/includes/bootstrap.inc Sets an HTTP response header for the current page. 13
drupal_get_http_header Deprecated drupal/core/includes/bootstrap.inc Gets the HTTP response headers for the current page. 3
_drupal_set_preferred_header_name Deprecated drupal/core/includes/bootstrap.inc Sets the preferred name for the HTTP header. 2
drupal_send_headers Deprecated drupal/core/includes/bootstrap.inc Sends the HTTP response headers that were previously set, adding defaults. 1
drupal_page_header Deprecated drupal/core/includes/bootstrap.inc Sets HTTP headers in preparation for a page response. 1
drupal_serve_page_from_cache drupal/core/includes/bootstrap.inc Sets HTTP headers in preparation for a cached page response. 3
bootstrap_hooks drupal/core/includes/bootstrap.inc Defines the critical hooks that force modules to always be loaded. 1
format_string drupal/core/includes/bootstrap.inc Formats a string for HTML display by replacing variable placeholders. 331

Pages

Other projects