Namesort descending Location Description
drupal_session_regenerate Deprecated core/includes/drupal.inc Called when an anonymous user becomes authenticated or vice-versa.
drupal_session_start Deprecated core/includes/drupal.inc Starts a session forcefully, preserving already set session data.
drupal_session_started Deprecated core/includes/drupal.inc Returns whether a session has been started.
drupal_settings_initialize Deprecated core/includes/drupal.inc Sets the base URL, cookie domain, and session name from configuration.
drupal_set_breadcrumb Deprecated core/includes/drupal.inc Sets the breadcrumb trail for the current page.
drupal_set_installed_schema_version Deprecated core/includes/drupal.inc Update the installed version information for a module.
drupal_set_message Deprecated core/includes/drupal.inc Sets a message to display to the user.
drupal_set_time_limit Deprecated core/includes/drupal.inc Attempts to set the PHP maximum execution time.
drupal_set_title Deprecated core/includes/drupal.inc Sets the title of the current page.
drupal_site_offline Deprecated core/includes/drupal.inc Delivers a "site is under maintenance" message to the browser.
drupal_sort_title Deprecated core/includes/drupal.inc Sorts a structured array by 'title' key (no # prefix).
drupal_sort_weight Deprecated core/includes/drupal.inc Sorts a structured array by 'weight' key (no # prefix).
drupal_static Deprecated core/includes/drupal.inc Provides central static variable storage.
drupal_static_reset Deprecated core/includes/drupal.inc Resets one or all centrally stored static variable(s).
drupal_strip_dangerous_protocols Deprecated core/includes/drupal.inc Strips dangerous protocols (e.g. 'javascript:') from a URI.
drupal_strlen Deprecated core/includes/drupal.inc Counts the number of characters in a UTF-8 string.
drupal_strtolower Deprecated core/includes/drupal.inc Lowercase a UTF-8 string.
drupal_strtoupper Deprecated core/includes/drupal.inc Uppercase 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_system_listing Deprecated core/includes/drupal.inc Returns information about system object files (modules, themes, etc.).
drupal_tempnam Deprecated core/includes/drupal.inc Creates a file with a unique filename in the specified directory.
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_truncate_bytes Deprecated core/includes/drupal.inc Truncates a UTF-8-encoded string safely to a number of bytes.
drupal_ucfirst Deprecated core/includes/drupal.inc Capitalizes the first letter of a UTF-8 string.
drupal_uninstall_modules Deprecated core/includes/drupal.inc Uninstalls a given list of disabled modules.
drupal_uninstall_schema Deprecated core/includes/drupal.inc Removes all tables defined in a module's hook_schema().
drupal_unlink Deprecated core/includes/drupal.inc Deletes a file.
drupal_unpack Deprecated core/includes/drupal.inc Unserializes and appends elements from a serialized string.
drupal_validate_form Deprecated core/includes/drupal.inc Validates user-submitted form data in the $form_state array.
drupal_validate_utf8 Deprecated core/includes/drupal.inc Checks whether a string is valid UTF-8.
drupal_valid_http_host Deprecated core/includes/drupal.inc Validates that a hostname (for example $_SERVER['HTTP_HOST']) is safe.
drupal_valid_path Deprecated core/includes/drupal.inc Checks a path exists and the current user has access to it.
drupal_valid_test_ua Deprecated core/includes/drupal.inc Returns the test prefix if this is an internal request from SimpleTest.
drupal_valid_token Deprecated core/includes/drupal.inc Validates a token based on $value, the user session, and the private key.
drupal_var_export Deprecated core/includes/drupal.inc Backdrop-friendly var_export().
drupal_verify_install_file Deprecated core/includes/drupal.inc Verifies the state of the specified file.
drupal_verify_profile Deprecated core/includes/drupal.inc Verifies an installation profile for installation.
drupal_wrap_mail Deprecated core/includes/drupal.inc Performs format=flowed soft wrapping for mail (RFC 3676).
drupal_write_record Deprecated core/includes/drupal.inc Saves (inserts or updates) a record to the database based upon the schema.
drupal_xml_parser_create Deprecated core/includes/drupal.inc Prepares a new XML parser.
EarlyBootstrapTestCase::setUp core/modules/simpletest/tests/boot.test Sets up a Backdrop site for running functional and integration tests.
EarlyBootstrapTestCase::testHookBoot core/modules/simpletest/tests/boot.test Test hook_boot() on both regular and "early exit" pages.
element_child core/includes/common.inc Checks if the key is a child.
element_children core/includes/common.inc Identifies the children of an element array, optionally sorted by weight.
element_get_visible_children core/includes/common.inc Returns the visible children of an element.
element_info core/includes/common.inc Retrieves the default properties for the defined element type.
element_info_property core/includes/common.inc Retrieves a single property for the defined element type.
element_properties core/includes/common.inc Gets properties of a structured array element (keys beginning with '#').

Pages