Functions

Primary tabs

Name Location Description Direct uses Stringssort descending
update_variable_get drupal/core/includes/update.inc Gets the value of a variable from the database during 7.x-8.x upgrades. 13
update_variable_set drupal/core/includes/update.inc Sets a persistent variable during the 7.x-8.x upgrade path. 10
update_variable_del drupal/core/includes/update.inc Delete a variable from the database during the 7.x-8.x upgrade path. 7
update_variables_to_config drupal/core/includes/update.inc Updates config with values set on Drupal 7.x 25
update_variables_to_state drupal/core/includes/update.inc Updates 7.x variables to state records. 5
update_add_uuids drupal/core/includes/update.inc Helper function to update entities with uuid. 4
drupal_error_levels drupal/core/includes/errors.inc Maps PHP error constants to watchdog severity levels. 1
_drupal_error_handler_real drupal/core/includes/errors.inc Provides custom PHP error handling. 1
_drupal_decode_exception drupal/core/includes/errors.inc Decodes an exception and retrieves the correct caller. 5
_drupal_render_exception_safe drupal/core/includes/errors.inc Renders an exception error message without further exceptions. 3
error_displayable drupal/core/includes/errors.inc Determines whether an error should be displayed. 5
_drupal_log_error drupal/core/includes/errors.inc Logs a PHP error or exception and displays an error page in fatal cases. 2
_drupal_get_last_caller drupal/core/includes/errors.inc Gets the last caller from a backtrace. 5
format_backtrace drupal/core/includes/errors.inc Formats a backtrace into a plain-text string. 3
pager_find_page drupal/core/includes/pager.inc Returns the current page being requested for display within a pager. 2
pager_default_initialize drupal/core/includes/pager.inc Initializes a pager for theme('pager'). 2
pager_get_query_parameters drupal/core/includes/pager.inc Compose a URL query parameter array for pager links. 1
theme_pager drupal/core/includes/pager.inc Returns HTML for a query pager.
theme_pager_link drupal/core/includes/pager.inc Returns HTML for a link to a specific query result page.
pager_load_array drupal/core/includes/pager.inc Helper function 2
standard_country_list drupal/core/includes/standard.inc Get an array of all country code => country name pairs. 1
standard_language_list drupal/core/includes/standard.inc Some common languages with their English and native names. 4
drupal_load_updates drupal/core/includes/install.inc Loads .install files for installed modules to initialize the update system. 2
drupal_install_profile_distribution_name drupal/core/includes/install.inc Loads the installation profile, extracting its defined distribution name. 8
drupal_detect_baseurl drupal/core/includes/install.inc Detects the base URL using the PHP $_SERVER variables.
drupal_detect_database_types drupal/core/includes/install.inc Detects all supported databases that are compiled into PHP.
drupal_get_database_types drupal/core/includes/install.inc Returns all supported database installer objects that are compiled into PHP. 3
drupal_rewrite_settings drupal/core/includes/install.inc Replaces values in settings.php with values in the submitted array. 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. 3
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
drupal_current_script_url drupal/core/includes/install.inc Returns the URL of the current script, with modified query parameters. 4
drupal_requirements_url drupal/core/includes/install.inc Returns a URL for proceeding to the next page after a requirements problem. 2
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. 4
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 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
unicode_requirements drupal/core/includes/unicode.inc Return Unicode library status and errors.
drupal_xml_parser_create drupal/core/includes/unicode.inc Prepare a new XML parser. 2
drupal_convert_to_utf8 drupal/core/includes/unicode.inc Convert data to UTF-8 2
drupal_truncate_bytes drupal/core/includes/unicode.inc Truncate a UTF-8-encoded string safely to a number of bytes. 1
truncate_utf8 drupal/core/includes/unicode.inc Truncates a UTF-8-encoded string safely to a number of characters. 21
mime_header_encode drupal/core/includes/unicode.inc Encodes MIME/HTTP header values that contain non-ASCII, UTF-8 encoded characters. 2

Pages

Other projects