Name Locationsort ascending Description
drupal_wrap_mail Deprecated core/includes/drupal.inc Performs format=flowed soft wrapping for mail (RFC 3676).
drupal_html_to_text Deprecated core/includes/drupal.inc Transforms an HTML string into plain text, preserving its structure.
drupal_required_modules Deprecated core/includes/drupal.inc Returns an array of modules required by core.
drupal_alter Deprecated core/includes/drupal.inc Passes alterable variables to specific hook_TYPE_alter() implementations.
drupal_path_initialize Deprecated core/includes/drupal.inc Initialize the $_GET['q'] variable to the proper normal path.
drupal_lookup_path Deprecated core/includes/drupal.inc Given an alias, return its Backdrop system URL if one exists.
drupal_cache_system_paths Deprecated core/includes/drupal.inc Cache system paths for a page.
drupal_get_path_alias Deprecated core/includes/drupal.inc Given an internal Backdrop path, return the alias set by the administrator.
drupal_get_normal_path Deprecated core/includes/drupal.inc Given a URL alias, return the internal path it represents.
drupal_is_front_page Deprecated core/includes/drupal.inc Check if the current page is the home page.
drupal_match_path Deprecated core/includes/drupal.inc Check if a path matches any pattern in a set of patterns.
file_create_htaccess Deprecated core/includes/drupal.inc Creates a .htaccess file in the given directory.
drupal_path_alias_whitelist_rebuild core/includes/drupal.inc
drupal_valid_path Deprecated core/includes/drupal.inc Checks a path exists and the current user has access to it.
drupal_clear_path_cache Deprecated core/includes/drupal.inc Clear the path cache.
drupal_session_initialize Deprecated core/includes/drupal.inc Initializes the session handler, starting a session if needed.
drupal_session_start Deprecated core/includes/drupal.inc Starts a session forcefully, preserving already set session data.
drupal_session_commit Deprecated core/includes/drupal.inc Commits the current session, if necessary.
drupal_session_started Deprecated core/includes/drupal.inc Returns whether a session has been started.
drupal_session_regenerate Deprecated core/includes/drupal.inc Called when an anonymous user becomes authenticated or vice-versa.
drupal_session_destroy_uid Deprecated core/includes/drupal.inc Ends a specific user's session(s).
drupal_save_session Deprecated core/includes/drupal.inc Determines whether to save session data of the current request.
drupal_theme_access Deprecated core/includes/drupal.inc Determines if a theme is available to use.
drupal_theme_initialize Deprecated core/includes/drupal.inc Initializes the theme system by loading the theme.
drupal_theme_rebuild Deprecated core/includes/drupal.inc Forces the system to rebuild the theme registry.
drupal_find_base_themes Deprecated core/includes/drupal.inc Find all the base themes for the specified theme.
drupal_find_theme_functions Deprecated core/includes/drupal.inc Allows themes and/or theme engines to discover overridden theme functions.
drupal_find_theme_templates Deprecated core/includes/drupal.inc Allows themes and/or theme engines to discover overridden templates.
drupal_xml_parser_create Deprecated core/includes/drupal.inc Prepares a new XML parser.
drupal_convert_to_utf8 Deprecated core/includes/drupal.inc Converts data to UTF-8.
drupal_truncate_bytes Deprecated core/includes/drupal.inc Truncates a UTF-8-encoded string safely to a number of bytes.
drupal_strlen Deprecated core/includes/drupal.inc Counts the number of characters in a UTF-8 string.
drupal_strtoupper Deprecated core/includes/drupal.inc Uppercase a UTF-8 string.
drupal_path_alias_allowlist_rebuild Deprecated core/includes/drupal.inc Rebuild the path alias allowlist.
drupal_strtolower Deprecated core/includes/drupal.inc Lowercase a UTF-8 string.
drupal_ucfirst Deprecated core/includes/drupal.inc Capitalizes the first letter of a UTF-8 string.
drupal_substr Deprecated core/includes/drupal.inc Cuts off a piece of a string based on character indices and counts.
drupal_var_export Deprecated core/includes/drupal.inc Backdrop-friendly var_export().
node_types_rebuild Deprecated core/includes/drupal.inc Drupal-compatible wrapper for clearing caches.
system_get_date_types Deprecated core/includes/drupal.inc Alters Backdrop's list of defined date formats and attributes to return the expected date types and attributes for Drupal's system_get_date_types() function.
drupal_override_server_variables Deprecated core/includes/drupal.inc Sets appropriate server variables needed for command line scripts to work.
drupal_environment_initialize Deprecated core/includes/drupal.inc Initializes the PHP environment.
drupal_valid_http_host Deprecated core/includes/drupal.inc Validates that a hostname (for example $_SERVER['HTTP_HOST']) is safe.
drupal_settings_initialize Deprecated core/includes/drupal.inc Sets the base URL, cookie domain, and session name from configuration.
drupal_get_filename Deprecated core/includes/drupal.inc Returns and optionally sets the filename for a system resource.
drupal_page_get_cache Deprecated core/includes/drupal.inc Retrieves the current page from the cache.
drupal_page_is_cacheable Deprecated core/includes/drupal.inc Determines the cacheability of the current page.
drupal_load Deprecated core/includes/drupal.inc Includes a file with the provided type and name.
DrupalWebTestCase::drupalGetNodeByTitle core/includes/drupal.classes.inc
DrupalWebTestCase::drupalCreateNode core/includes/drupal.classes.inc

Pages