Contains filters are case sensitive
Name Locationsort ascending Description
_locale_invalidate_js includes/locale.inc Force the JavaScript translation file(s) to be refreshed.
_locale_parse_js_file includes/locale.inc Parses a JavaScript file, extracts strings wrapped in Backdrop.t() and Backdrop.formatPlural() and inserts them into the database.
locale_string_is_safe includes/locale.inc Check that a string is safe to be added or imported as a translation.
locale_language_url_rewrite_session includes/locale.inc Rewrite URLs for the Session language provider.
locale_language_from_browser includes/locale.inc Identify language from the Accept-language HTTP header we got.
locale_language_from_interface includes/locale.inc Identifies the language from the current interface language.
language_negotiation_get includes/language.inc Checks whether a language negotiation provider is enabled for a language type.
language_types_initialize includes/language.inc Chooses a language based on language negotiation provider settings.
language_types_info includes/language.inc Returns all the defined language types.
language_types_get_configurable includes/language.inc Returns only the configurable language types.
language_negotiation_get_any includes/language.inc Checks if the language negotiation provider is enabled for any language type.
language_negotiation_get_switch_links includes/language.inc Returns the language switch links for the given language.
language_negotiation_purge includes/language.inc Removes any unused language negotiation providers from the configuration.
language_negotiation_set includes/language.inc Saves a list of language negotiation providers.
language_negotiation_order includes/language.inc Get the language negotiator provider order for a language type.
language_negotiation_info includes/language.inc Returns all the defined language negotiation providers.
language_provider_invoke includes/language.inc Helper function used to cache the language negotiation providers results.
language_from_default includes/language.inc Returns the default language negotiation provider.
language_url_split_prefix includes/language.inc Splits the given path into prefix and actual path.
language_fallback_get_candidates includes/language.inc Returns the possible fallback languages ordered by language weight.
_install_find_profile_file includes/install.inc Searches for a profile directory and returns the profile path location.
db_run_tasks includes/install.inc Ensures the environment for a Backdrop database on a predefined connection.
db_installer_object includes/install.inc Returns a database installer object.
backdrop_load_updates includes/install.inc Loads .install files for installed modules to initialize the update system.
backdrop_get_schema_versions includes/install.inc Returns an array of available schema versions for a module.
backdrop_get_installed_schema_version includes/install.inc Returns the currently installed schema version for a module.
backdrop_set_installed_schema_version includes/install.inc Update the installed version information for a module.
backdrop_install_profile_distribution_name includes/install.inc Loads the installation profile, extracting its defined distribution name.
backdrop_detect_baseurl includes/install.inc Detects the base URL using the PHP $_SERVER variables.
backdrop_load_database_driver includes/install.inc Returns all supported database installer objects that are compiled into PHP.
backdrop_get_database_list includes/install.inc
backdrop_get_database_types includes/install.inc
backdrop_rewrite_settings includes/install.inc Replaces values in settings.php with values in the submitted array.
backdrop_install_config_directories includes/install.inc Creates the config directory and ensures it is operational.
backdrop_verify_profile includes/install.inc Verifies an installation profile for installation.
backdrop_install_system includes/install.inc Installs the system module.
backdrop_uninstall_modules includes/install.inc Uninstalls a given list of disabled modules.
backdrop_verify_install_file includes/install.inc Verifies the state of the specified file.
backdrop_install_mkdir includes/install.inc Creates a directory with the specified permissions.
install_goto includes/install.inc Sends the user to a different installer page.
backdrop_current_script_url includes/install.inc Returns the URL of the current script, with modified query parameters.
backdrop_requirements_url includes/install.inc Returns a URL for proceeding to the next page after a requirements problem.
st includes/install.inc Translates a string when some systems are not available.
backdrop_check_profile includes/install.inc Checks an installation profile's requirements.
backdrop_requirements_severity includes/install.inc Extracts the highest severity from the requirements array.
system_get_requirements includes/install.inc Get run-time requirements and status information.
backdrop_check_module includes/install.inc Checks a module's requirements.
install_profile_info includes/install.inc Retrieves information about an installation profile from its .info file.
_install_select_profile includes/install.core.inc Selects an installation profile from a list or from a $_POST submission.
install_tasks includes/install.core.inc Returns a list of all tasks the installer currently knows about.

Pages