Search for d

  1. Search 9.5.x for d
  2. Search 8.9.x for d
  3. Search 10.3.x for d
  4. Search 11.x for d
  5. Other projects
Title Object type File name Summary
drupal_array_diff_assoc_recursive function includes/common.inc Recursively computes the difference of arrays with additional index check.
drupal_array_get_nested_value function includes/common.inc Retrieves a value from a nested array with variable depth.
drupal_array_merge_deep function includes/bootstrap.inc Merges multiple arrays, recursively, and returns the merged array.
drupal_array_merge_deep_array function includes/bootstrap.inc Merges multiple arrays, recursively, and returns the merged array.
drupal_array_nested_key_exists function includes/common.inc Determines whether a nested array contains the requested keys.
drupal_array_set_nested_value function includes/common.inc Sets a value in a nested array with variable depth.
drupal_attributes function includes/common.inc Converts an associative array to an XML/HTML tag attribute string.
DRUPAL_AUTHENTICATED_RID constant includes/bootstrap.inc Role ID for authenticated users; should match what's in the "role" table.
drupal_autoload_class function includes/bootstrap.inc Confirms that a class is available.
drupal_autoload_interface function includes/bootstrap.inc Confirms that an interface is available.
drupal_autoload_test.info file modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test.info name = "Drupal code registry test"
description = "Support module for testing the code registry."
files[] = drupal_autoload_test_interface.inc
files[] = drupal_autoload_test_class.inc
package = Testing
version = VERSION
core =…
drupal_autoload_test.module file modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test.module Test module to check code registry.
drupal_autoload_test_class.inc file modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test_class.inc Test classes for code registry testing.
drupal_autoload_test_interface.inc file modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test_interface.inc Test interfaces for code registry testing.
drupal_autoload_test_registry_files_alter function modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test.module Implements hook_registry_files_alter().
drupal_autoload_test_trait.sh file modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test_trait.sh Test traits for code registry testing.
drupal_autoload_trait function includes/bootstrap.inc Confirms that a trait is available.
drupal_base64_encode function includes/bootstrap.inc Returns a URL-safe, base64 encoded version of the supplied string.
drupal_basename function includes/file.inc Gets the filename from a given path.
drupal_block_denied function includes/bootstrap.inc Handles denied users.
drupal_bootstrap function includes/bootstrap.inc Ensures Drupal is bootstrapped to the specified phase.
DRUPAL_BOOTSTRAP_CONFIGURATION constant includes/bootstrap.inc First bootstrap phase: initialize configuration.
DRUPAL_BOOTSTRAP_DATABASE constant includes/bootstrap.inc Third bootstrap phase: initialize database layer.
DRUPAL_BOOTSTRAP_FULL constant includes/bootstrap.inc Final bootstrap phase: Drupal is fully loaded; validate and fix input data.
DRUPAL_BOOTSTRAP_LANGUAGE constant includes/bootstrap.inc Seventh bootstrap phase: find out language of the page.
DRUPAL_BOOTSTRAP_PAGE_CACHE constant includes/bootstrap.inc Second bootstrap phase: try to serve a cached page.
DRUPAL_BOOTSTRAP_PAGE_HEADER constant includes/bootstrap.inc Sixth bootstrap phase: set up the page header.
DRUPAL_BOOTSTRAP_SESSION constant includes/bootstrap.inc Fifth bootstrap phase: initialize session handling.
DRUPAL_BOOTSTRAP_VARIABLES constant includes/bootstrap.inc Fourth bootstrap phase: initialize the variable system.
drupal_build_css_cache function includes/common.inc Aggregates and optimizes CSS files into a cache file in the files directory.
drupal_build_form function includes/form.inc Builds and process a form based on a form id.
drupal_build_js_cache function includes/common.inc Aggregates JavaScript files into a cache file in the files directory.
DRUPAL_CACHE_CUSTOM constant includes/common.inc The block is handling its own caching in its hook_block_view().
DRUPAL_CACHE_GLOBAL constant includes/common.inc The block or element is the same for every user and page that it is visible.
DRUPAL_CACHE_PER_PAGE constant includes/common.inc The block or element can change depending on the page being viewed.
DRUPAL_CACHE_PER_ROLE constant includes/common.inc The block or element can change depending on the user's roles.
DRUPAL_CACHE_PER_USER constant includes/common.inc The block or element can change depending on the user.
drupal_cache_system_paths function includes/path.inc Cache system paths for a page.
drupal_check_incompatibility function includes/common.inc Checks whether a version is compatible with a given dependency.
drupal_check_memory_limit function includes/bootstrap.inc Compares the memory required for an operation to the available memory.
drupal_check_module function includes/install.inc Checks a module's requirements.
drupal_check_profile function includes/install.inc Checks an installation profile's requirements.
drupal_chmod function includes/file.inc Sets the permissions on a file or directory.
drupal_clean_css_identifier function includes/common.inc Prepares a string for use as a CSS identifier (element, class, or ID name).
drupal_clear_css_cache function includes/common.inc Deletes old cached CSS files.
drupal_clear_js_cache function includes/common.inc Deletes old cached JavaScript files and variables.
drupal_clear_opcode_cache function includes/bootstrap.inc Invalidates a PHP file from any active opcode caches.
drupal_clear_path_cache function includes/path.inc Clear the path cache.
drupal_common_theme function includes/common.inc Provides theme registration for themes across .inc files.
drupal_convert_to_utf8 function includes/unicode.inc Converts data to UTF-8.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.