|
drupal_add_feed |
drupal-7.x/includes/common.inc |
Adds a feed URL for the current page. |
9 |
|
|
drupal_add_html_head |
drupal-7.x/includes/common.inc |
Adds output to the HEAD tag of the HTML page. |
7 |
|
|
drupal_add_html_head_link |
drupal-7.x/includes/common.inc |
Adds a LINK tag with a distinct 'rel' attribute to the page's HEAD. |
8 |
|
|
drupal_add_http_header |
drupal-7.x/includes/bootstrap.inc |
Sets an HTTP response header for the current page. |
23 |
2 |
|
drupal_add_js |
drupal-7.x/includes/common.inc |
Adds a JavaScript file, setting, or inline code to the page. |
50 |
7 |
|
drupal_add_library |
drupal-7.x/includes/common.inc |
Adds multiple JavaScript or CSS files at the same time. |
13 |
2 |
|
drupal_add_region_content |
drupal-7.x/includes/common.inc |
Adds content to a specified region. |
4 |
|
|
drupal_add_tabledrag |
drupal-7.x/includes/common.inc |
Assists in adding the tableDrag JavaScript behavior to a themed table. |
16 |
2 |
|
drupal_aggregate_css |
drupal-7.x/includes/common.inc |
Default callback to aggregate CSS files and inline content. |
|
1 |
|
drupal_alter |
drupal-7.x/includes/module.inc |
Passes alterable variables to specific hook_TYPE_alter() implementations. |
94 |
3 |
|
drupal_anonymous_user |
drupal-7.x/includes/bootstrap.inc |
Generates a default anonymous $user object. |
11 |
|
|
drupal_array_diff_assoc_recursive |
drupal-7.x/includes/common.inc |
Recursively computes the difference of arrays with additional index check. |
1 |
|
|
drupal_array_get_nested_value |
drupal-7.x/includes/common.inc |
Retrieves a value from a nested array with variable depth. |
15 |
|
|
drupal_array_merge_deep |
drupal-7.x/includes/bootstrap.inc |
Merges multiple arrays, recursively, and returns the merged array. |
2 |
|
|
drupal_array_merge_deep_array |
drupal-7.x/includes/bootstrap.inc |
Merges multiple arrays, recursively, and returns the merged array. |
2 |
|
|
drupal_array_nested_key_exists |
drupal-7.x/includes/common.inc |
Determines whether a nested array contains the requested keys. |
2 |
|
|
drupal_array_set_nested_value |
drupal-7.x/includes/common.inc |
Sets a value in a nested array with variable depth. |
7 |
|
|
drupal_attributes |
drupal-7.x/includes/common.inc |
Converts an associative array to an XML/HTML tag attribute string. |
41 |
|
|
drupal_autoload_class |
drupal-7.x/includes/bootstrap.inc |
Confirms that a class is available. |
|
2 |
|
drupal_autoload_interface |
drupal-7.x/includes/bootstrap.inc |
Confirms that an interface is available. |
|
2 |
|
drupal_base64_encode |
drupal-7.x/includes/bootstrap.inc |
Returns a URL-safe, base64 encoded version of the supplied string. |
1 |
|
|
drupal_basename |
drupal-7.x/includes/file.inc |
Gets the filename from a given path. |
32 |
|
|
drupal_block_denied |
drupal-7.x/includes/bootstrap.inc |
Handles denied users. |
1 |
|
|
drupal_bootstrap |
drupal-7.x/includes/bootstrap.inc |
Ensures Drupal is bootstrapped to the specified phase. |
15 |
|
|
drupal_build_css_cache |
drupal-7.x/includes/common.inc |
Aggregates and optimizes CSS files into a cache file in the files directory. |
1 |
|
|
drupal_build_form |
drupal-7.x/includes/form.inc |
Builds and process a form based on a form id. |
3 |
|
|
drupal_build_js_cache |
drupal-7.x/includes/common.inc |
Aggregates JavaScript files into a cache file in the files directory. |
2 |
|
|
drupal_cache_system_paths |
drupal-7.x/includes/path.inc |
Cache system paths for a page. |
1 |
|
|
drupal_check_incompatibility |
drupal-7.x/includes/common.inc |
Checks whether a version is compatible with a given dependency. |
2 |
|
|
drupal_check_memory_limit |
drupal-7.x/includes/bootstrap.inc |
Compares the memory required for an operation to the available memory. |
4 |
|
|
drupal_check_module |
drupal-7.x/includes/install.inc |
Checks a module's requirements. |
1 |
|
|
drupal_check_profile |
drupal-7.x/includes/install.inc |
Checks an installation profile's requirements. |
1 |
|
|
drupal_chmod |
drupal-7.x/includes/file.inc |
Sets the permissions on a file or directory. |
9 |
|
|
drupal_clean_css_identifier |
drupal-7.x/includes/common.inc |
Prepares a string for use as a CSS identifier (element, class, or ID name). |
2 |
|
|
drupal_clear_css_cache |
drupal-7.x/includes/common.inc |
Deletes old cached CSS files. |
3 |
1 |
|
drupal_clear_js_cache |
drupal-7.x/includes/common.inc |
Deletes old cached JavaScript files and variables. |
1 |
1 |
|
drupal_clear_path_cache |
drupal-7.x/includes/path.inc |
Clear the path cache. |
3 |
|
|
drupal_common_theme |
drupal-7.x/includes/common.inc |
Provides theme registration for themes across .inc files. |
1 |
|
|
drupal_convert_to_utf8 |
drupal-7.x/includes/unicode.inc |
Converts data to UTF-8. |
2 |
|
|
drupal_cron_cleanup |
drupal-7.x/includes/common.inc |
Shutdown function: Performs cron cleanup. |
|
1 |
|
drupal_cron_run |
drupal-7.x/includes/common.inc |
Executes a cron run when called. |
7 |
|
|
drupal_current_script_url |
drupal-7.x/includes/install.inc |
Returns the URL of the current script, with modified query parameters. |
2 |
|
|
drupal_delete_file_if_stale |
drupal-7.x/includes/common.inc |
Callback to delete files modified more than a set time ago. |
|
2 |
|
drupal_deliver_html_page |
drupal-7.x/includes/common.inc |
Packages and sends the result of a page callback to the browser as HTML. |
|
2 |
|
drupal_deliver_page |
drupal-7.x/includes/common.inc |
Delivers a page callback result to the browser in the appropriate format. |
4 |
|
|
drupal_depth_first_search |
drupal-7.x/includes/graph.inc |
Performs a depth-first search and sort on a directed acyclic graph. |
3 |
|
|
drupal_detect_baseurl |
drupal-7.x/includes/install.inc |
Detects the base URL using the PHP $_SERVER variables. |
|
|
|
drupal_detect_database_types |
drupal-7.x/includes/install.inc |
Detects all supported databases that are compiled into PHP. |
1 |
|
|
drupal_dirname |
drupal-7.x/includes/file.inc |
Gets the name of the directory from a given path. |
5 |
|
|
drupal_encode_path |
drupal-7.x/includes/common.inc |
Encodes a Drupal path for use in a URL. |
3 |
|