Search for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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_js | function | includes/ |
Adds a JavaScript file, setting, or inline code to the page. |
| drupal_aggregate_css | function | includes/ |
Default callback to aggregate CSS files and inline content. |
| 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_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_autoload_class | function | includes/ |
Confirms that a class 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_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_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_js_cache | function | includes/ |
Aggregates JavaScript files into a cache file in the files directory. |
| DRUPAL_CACHE_CUSTOM | constant | includes/ |
The block is handling its own caching in its hook_block_view(). |
| DRUPAL_CACHE_PER_USER | constant | includes/ |
The block or element can change depending on the user. |
| drupal_cache_system_paths | function | includes/ |
Cache system paths for a page. |
| drupal_check_trusted_hosts | function | includes/ |
Checks trusted HTTP Host headers to protect against header injection attacks. |
| drupal_clean_css_identifier | function | includes/ |
Prepares a string for use as a CSS identifier (element, class, or ID name). |
| drupal_clear_css_cache | function | includes/ |
Deletes old cached CSS files. |
| drupal_clear_js_cache | function | includes/ |
Deletes old cached JavaScript files and variables. |
| DRUPAL_CRON_DEFAULT_THRESHOLD | constant | modules/ |
Default interval for automatic cron executions in seconds. |
| drupal_current_script_url | function | includes/ |
Returns the URL of the current script, with modified query parameters. |
| drupal_delete_file_if_stale | function | includes/ |
Callback to delete files modified more than a set time ago. |
| drupal_depth_first_search | function | includes/ |
Performs a depth-first search and sort on a directed acyclic graph. |
| drupal_detect_baseurl | function | includes/ |
Detects the base URL using the PHP $_SERVER variables. |
| drupal_detect_database_types | function | includes/ |
Detects all supported databases that are compiled into PHP. |
| DRUPAL_DISABLED | constant | modules/ |
Disabled option on forms and settings |
| drupal_error_levels | function | includes/ |
Maps PHP error constants to watchdog severity levels. |
| drupal_explode_tags | function | includes/ |
Explodes a string of tags into an array. |
| drupal_fast_404 | function | includes/ |
Returns a simple 404 Not Found page. |
| drupal_file_scan_write_cache | function | includes/ |
Writes the file scan cache to the persistent cache. |
| drupal_find_base_themes | function | includes/ |
Find all the base themes for the specified theme. |
Pagination
- Previous page
- Page 48
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.