Functions

Primary tabs

Name Locationsort descending Description Direct uses Strings
_drupal_rewrite_settings_global drupal/core/includes/install.inc Helper for drupal_rewrite_settings(). 1
_drupal_rewrite_settings_dump drupal/core/includes/install.inc Helper for drupal_rewrite_settings(). 1
_drupal_rewrite_settings_dump_one drupal/core/includes/install.inc Helper for drupal_rewrite_settings(). 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. 5
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. 4 1
drupal_current_script_url drupal/core/includes/install.inc Returns the URL of the current script, with modified query parameters. 2
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. 40 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. 3
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.yml file. 6
db_run_tasks drupal/core/includes/install.inc Ensures the environment for a Drupal database on a predefined connection. 1
db_installer_object drupal/core/includes/install.inc Returns a database installer object. 1
language_types_initialize drupal/core/includes/language.inc Chooses a language based on language negotiation method settings. 1
language_types_info drupal/core/includes/language.inc Returns information about all defined language types. 7 4
language_types_get_configurable drupal/core/includes/language.inc Returns only the configurable language types. 8 1
language_types_disable drupal/core/includes/language.inc Disables the given language types.
language_types_set drupal/core/includes/language.inc Updates the language type configuration. 2
language_negotiation_method_get_first drupal/core/includes/language.inc Returns the ID of the language type's first language negotiation method. 2
language_negotiation_method_enabled drupal/core/includes/language.inc Checks whether a language negotiation method is enabled for a language type. 2
language_negotiation_get_switch_links drupal/core/includes/language.inc Returns the language switch links for the given language type. 4
language_negotiation_purge drupal/core/includes/language.inc Removes any language negotiation methods that are no longer defined. 1
language_negotiation_set drupal/core/includes/language.inc Saves a list of language negotiation methods for a language type. 7
language_negotiation_info drupal/core/includes/language.inc Returns all defined language negotiation methods. 5 3
language_negotiation_method_invoke drupal/core/includes/language.inc Invokes a language negotiation method and caches the results. 1
language_from_selected drupal/core/includes/language.inc Identifies language from configuration. 2
language_url_split_prefix drupal/core/includes/language.inc Splits the given path into prefix and actual path. 1
language_fallback_get_candidates drupal/core/includes/language.inc Returns the possible fallback languages ordered by language weight. 3
drupal_mail drupal/core/includes/mail.inc Composes and optionally sends an e-mail message. 8
drupal_mail_system drupal/core/includes/mail.inc Returns an object that implements Drupal\Core\Mail\MailInterface. 1
drupal_wrap_mail drupal/core/includes/mail.inc Performs format=flowed soft wrapping for mail (RFC 3676). 6
drupal_html_to_text drupal/core/includes/mail.inc Transforms an HTML string into plain text, preserving its structure. 8
_drupal_wrap_mail_line drupal/core/includes/mail.inc Wraps words on a single line. 1 1
_drupal_html_to_mail_urls drupal/core/includes/mail.inc Keeps track of URLs and replaces them with placeholder tokens. 1 1
_drupal_html_to_text_clean drupal/core/includes/mail.inc Replaces non-quotation markers from a given piece of indentation with spaces. 1 1
_drupal_html_to_text_pad drupal/core/includes/mail.inc Pads the last line with the given character. 1
menu_get_ancestors drupal/core/includes/menu.inc Returns the ancestors (and relevant placeholders) for any given path. 2
menu_unserialize drupal/core/includes/menu.inc Unserializes menu data, using a map to replace path elements. 3
menu_set_item drupal/core/includes/menu.inc Replaces the statically cached item for a given path. 1
menu_get_item drupal/core/includes/menu.inc Gets a router item. 28
_menu_load_objects drupal/core/includes/menu.inc Loads objects into the map as defined in the $item['load_functions']. 2
_menu_check_access drupal/core/includes/menu.inc Checks access to a menu item using the access callback. 2

Pages

Other projects