Functions

Primary tabs

Name Locationsort descending Description Direct uses Strings
install_configure_form_validate drupal/includes/install.core.inc Form validation handler for install_configure_form().
install_configure_form_submit drupal/includes/install.core.inc Form submission handler for install_configure_form().
drupal_load_updates drupal/includes/install.inc Loads .install files for installed modules to initialize the update system. 3
drupal_get_schema_versions drupal/includes/install.inc Returns an array of available schema versions for a module. 7 1
drupal_get_installed_schema_version drupal/includes/install.inc Returns the currently installed schema version for a module. 16
drupal_set_installed_schema_version drupal/includes/install.inc Update the installed version information for a module. 7
drupal_install_profile_distribution_name drupal/includes/install.inc Loads the installation profile, extracting its defined distribution name. 8
drupal_detect_baseurl drupal/includes/install.inc Detects the base URL using the PHP $_SERVER variables.
drupal_detect_database_types drupal/includes/install.inc Detects all supported databases that are compiled into PHP. 1
drupal_get_database_types drupal/includes/install.inc Returns all supported database installer objects that are compiled into PHP. 3
drupal_rewrite_settings drupal/includes/install.inc Replaces values in settings.php with values in the submitted array. 1
drupal_verify_profile drupal/includes/install.inc Verifies an installation profile for installation. 1
drupal_install_system drupal/includes/install.inc Installs the system module. 2
drupal_uninstall_modules drupal/includes/install.inc Uninstalls a given list of disabled modules. 5
drupal_verify_install_file drupal/includes/install.inc Verifies the state of the specified file. 4
drupal_install_mkdir drupal/includes/install.inc Creates a directory with the specified permissions. 1
drupal_install_fix_file drupal/includes/install.inc Attempts to fix file permissions. 1
install_goto drupal/includes/install.inc Sends the user to a different installer page. 3 1
drupal_current_script_url drupal/includes/install.inc Returns the URL of the current script, with modified query parameters. 2
drupal_requirements_url drupal/includes/install.inc Returns a URL for proceeding to the next page after a requirements problem. 2
st drupal/includes/install.inc Translates a string when some systems are not available. 39 2
drupal_check_profile drupal/includes/install.inc Checks an installation profile's requirements. 1
drupal_requirements_severity drupal/includes/install.inc Extracts the highest severity from the requirements array. 4
drupal_check_module drupal/includes/install.inc Checks a module's requirements. 1
install_profile_info drupal/includes/install.inc Retrieves information about an installation profile from its .info file. 7
db_run_tasks drupal/includes/install.inc Ensures the environment for a Drupal database on a predefined connection. 2
db_installer_object drupal/includes/install.inc Returns a database installer object. 1
_country_get_predefined_list drupal/includes/iso.inc Get an array of all country code => country name pairs. 1
_locale_get_predefined_list drupal/includes/iso.inc Some of the common languages with their English and native names 7
drupal_json_encode_helper drupal/includes/json-encode.inc Encodes a PHP variable to HTML-safe JSON for PHP versions below 5.3.0. 1
language_types_info drupal/includes/language.inc Returns all the defined language types. 7 4
language_types_configurable drupal/includes/language.inc Returns only the configurable language types. 7 1
language_types_disable drupal/includes/language.inc Disables the given language types.
language_types_set drupal/includes/language.inc Updates the language type configuration. 2
language_negotiation_get drupal/includes/language.inc Checks whether a language negotiation provider is enabled for a language type. 3
language_negotiation_get_any drupal/includes/language.inc Checks if the language negotiation provider is enabled for any language type. 2
language_negotiation_get_switch_links drupal/includes/language.inc Returns the language switch links for the given language. 3
language_negotiation_purge drupal/includes/language.inc Removes any unused language negotiation providers from the configuration. 1
language_negotiation_set drupal/includes/language.inc Saves a list of language negotiation providers. 8
language_negotiation_info drupal/includes/language.inc Returns all the defined language negotiation providers. 5 3
language_provider_invoke drupal/includes/language.inc Helper function used to cache the language negotiation providers results. 1
language_provider_weight drupal/includes/language.inc Returns the passed language negotiation provider weight or a default value. 2
language_initialize drupal/includes/language.inc Chooses a language based on language negotiation provider settings. 2
language_from_default drupal/includes/language.inc Returns the default language negotiation provider. 1
language_url_split_prefix drupal/includes/language.inc Splits the given path into prefix and actual path. 1
language_fallback_get_candidates drupal/includes/language.inc Returns the possible fallback languages ordered by language weight. 1
locale_language_from_interface drupal/includes/locale.inc Identifies the language from the current interface language. 1
locale_language_from_browser drupal/includes/locale.inc Identify language from the Accept-language HTTP header we got. 1 1
locale_language_from_user drupal/includes/locale.inc Identify language from the user preferences. 1
locale_language_from_session drupal/includes/locale.inc Identify language from a request/session parameter. 1

Pages

Other projects