Search for all
Title | Object type | File name | Summary |
---|---|---|---|
DrupalWebTestCase::tearDown | function | modules/ |
Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix. |
DrupalWebTestCase::verboseEmail | function | modules/ |
Outputs to verbose the most recent $count emails sent. |
DrupalWebTestCase::xpath | function | modules/ |
Perform an xpath search on the contents of the internal browser. The search is relative to the root element (HTML tag normally) of the page. |
DrupalWebTestCase::__construct | function | modules/ |
Constructor for DrupalWebTestCase. |
drupal_access_denied | function | includes/ |
Delivers an "access denied" error to the browser. |
drupal_add_css | function | includes/ |
Adds a cascading stylesheet to the stylesheet queue. |
drupal_add_feed | function | includes/ |
Adds a feed URL for the current page. |
drupal_add_html_head | function | includes/ |
Adds output to the HEAD tag of the HTML page. |
drupal_add_html_head_link | function | includes/ |
Adds a LINK tag with distinct attributes to the page's HEAD. |
drupal_add_http_header | function | includes/ |
Sets an HTTP response header for the current page. |
drupal_add_js | function | includes/ |
Adds a JavaScript file, setting, or inline code to the page. |
drupal_add_library | function | includes/ |
Adds multiple JavaScript or CSS files at the same time. |
drupal_add_region_content | function | includes/ |
Adds content to a specified region. |
drupal_add_tabledrag | function | includes/ |
Assists in adding the tableDrag JavaScript behavior to a themed table. |
drupal_aggregate_css | function | includes/ |
Default callback to aggregate CSS files and inline content. |
drupal_alter | function | includes/ |
Passes alterable variables to specific hook_TYPE_alter() implementations. |
DRUPAL_ANONYMOUS_RID | constant | includes/ |
Role ID for anonymous users; should match what's in the "role" table. |
drupal_anonymous_user | function | includes/ |
Generates a default anonymous $user object. |
drupal_array_diff_assoc_recursive | function | includes/ |
Recursively computes the difference of arrays with additional index check. |
drupal_array_get_nested_value | function | includes/ |
Retrieves a value from a nested array with variable depth. |
drupal_array_merge_deep | function | includes/ |
Merges multiple arrays, recursively, and returns the merged array. |
drupal_array_merge_deep_array | function | includes/ |
Merges multiple arrays, recursively, and returns the merged array. |
drupal_array_nested_key_exists | function | includes/ |
Determines whether a nested array contains the requested keys. |
drupal_array_set_nested_value | function | includes/ |
Sets a value in a nested array with variable depth. |
drupal_attributes | function | includes/ |
Converts an associative array to an XML/HTML tag attribute string. |
DRUPAL_AUTHENTICATED_RID | constant | includes/ |
Role ID for authenticated users; should match what's in the "role" table. |
drupal_autoload_class | function | includes/ |
Confirms that a class is available. |
drupal_autoload_interface | function | includes/ |
Confirms that an interface is available. |
drupal_autoload_test.info | file | modules/ |
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/ |
Test module to check code registry. |
drupal_autoload_test_class.inc | file | modules/ |
Test classes for code registry testing. |
drupal_autoload_test_interface.inc | file | modules/ |
Test interfaces for code registry testing. |
drupal_autoload_test_registry_files_alter | function | modules/ |
Implements hook_registry_files_alter(). |
drupal_autoload_test_trait.sh | file | modules/ |
Test traits for code registry testing. |
drupal_autoload_trait | function | includes/ |
Confirms that a trait is available. |
drupal_base64_encode | function | includes/ |
Returns a URL-safe, base64 encoded version of the supplied string. |
drupal_basename | function | includes/ |
Gets the filename from a given path. |
drupal_block_denied | function | includes/ |
Handles denied users. |
drupal_bootstrap | function | includes/ |
Ensures Drupal is bootstrapped to the specified phase. |
DRUPAL_BOOTSTRAP_CONFIGURATION | constant | includes/ |
First bootstrap phase: initialize configuration. |
DRUPAL_BOOTSTRAP_DATABASE | constant | includes/ |
Third bootstrap phase: initialize database layer. |
DRUPAL_BOOTSTRAP_FULL | constant | includes/ |
Final bootstrap phase: Drupal is fully loaded; validate and fix input data. |
DRUPAL_BOOTSTRAP_LANGUAGE | constant | includes/ |
Seventh bootstrap phase: find out language of the page. |
DRUPAL_BOOTSTRAP_PAGE_CACHE | constant | includes/ |
Second bootstrap phase: try to serve a cached page. |
DRUPAL_BOOTSTRAP_PAGE_HEADER | constant | includes/ |
Sixth bootstrap phase: set up the page header. |
DRUPAL_BOOTSTRAP_SESSION | constant | includes/ |
Fifth bootstrap phase: initialize session handling. |
DRUPAL_BOOTSTRAP_VARIABLES | constant | includes/ |
Fourth bootstrap phase: initialize the variable system. |
drupal_build_css_cache | function | includes/ |
Aggregates and optimizes CSS files into a cache file in the files directory. |
drupal_build_form | function | includes/ |
Builds and process a form based on a form id. |
drupal_build_js_cache | function | includes/ |
Aggregates JavaScript files into a cache file in the files directory. |
Pagination
- Previous page
- Page 57
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.