|
drupal_html_id |
drupal-7.x/includes/common.inc |
Prepares a string for use as a valid HTML ID and guarantees uniqueness. |
13 |
2 |
|
drupal_html_to_text |
drupal-7.x/includes/mail.inc |
Transforms an HTML string into plain text, preserving its structure. |
7 |
|
|
drupal_http_build_query |
drupal-7.x/includes/common.inc |
Parses an array into a valid, rawurlencoded query string. |
9 |
|
|
drupal_http_header_attributes |
drupal-7.x/includes/common.inc |
Formats an attribute string for an HTTP header. |
1 |
|
|
drupal_http_request |
drupal-7.x/includes/common.inc |
Performs an HTTP request. |
15 |
|
|
drupal_implode_tags |
drupal-7.x/includes/common.inc |
Implodes an array of tags into a string. |
5 |
|
|
drupal_installation_attempted |
drupal-7.x/includes/bootstrap.inc |
Returns TRUE if a Drupal installation is currently being attempted. |
6 |
|
|
drupal_install_fix_file |
drupal-7.x/includes/install.inc |
Attempts to fix file permissions. |
1 |
|
|
drupal_install_mkdir |
drupal-7.x/includes/install.inc |
Creates a directory with the specified permissions. |
1 |
|
|
drupal_install_profile_distribution_name |
drupal-7.x/includes/install.inc |
Loads the installation profile, extracting its defined distribution name. |
8 |
|
|
drupal_install_schema |
drupal-7.x/includes/common.inc |
Creates all tables defined in a module's hook_schema(). |
2 |
|
|
drupal_install_system |
drupal-7.x/includes/install.inc |
Installs the system module. |
2 |
|
|
drupal_is_cli |
drupal-7.x/includes/bootstrap.inc |
Detects whether the current script is running in a command-line environment. |
4 |
|
|
drupal_is_denied |
drupal-7.x/includes/bootstrap.inc |
Checks to see if an IP address has been blocked. |
1 |
|
|
drupal_is_front_page |
drupal-7.x/includes/path.inc |
Check if the current page is the front page. |
10 |
|
|
drupal_json_decode |
drupal-7.x/includes/common.inc |
Converts an HTML-safe JSON string into its PHP equivalent. |
9 |
|
|
drupal_json_encode |
drupal-7.x/includes/common.inc |
Converts a PHP variable into its JavaScript equivalent. |
6 |
|
|
drupal_json_encode_helper |
drupal-7.x/includes/json-encode.inc |
Encodes a PHP variable to HTML-safe JSON for PHP versions below 5.3.0. |
1 |
|
|
drupal_json_output |
drupal-7.x/includes/common.inc |
Returns data in JSON format. |
20 |
1 |
|
drupal_js_defaults |
drupal-7.x/includes/common.inc |
Constructs an array of the defaults that are used for JavaScript items. |
3 |
|
|
drupal_language_initialize |
drupal-7.x/includes/bootstrap.inc |
Initializes all the defined language types. |
7 |
|
|
drupal_language_types |
drupal-7.x/includes/bootstrap.inc |
Returns a list of the built-in language types. |
5 |
|
|
drupal_load |
drupal-7.x/includes/bootstrap.inc |
Includes a file with the provided type and name. |
17 |
|
|
drupal_load_stylesheet |
drupal-7.x/includes/common.inc |
Loads the stylesheet and resolves all @import commands. |
4 |
|
|
drupal_load_stylesheet_content |
drupal-7.x/includes/common.inc |
Processes the contents of a stylesheet for aggregation. |
3 |
|
|
drupal_load_updates |
drupal-7.x/includes/install.inc |
Loads .install files for installed modules to initialize the update system. |
3 |
|
|
drupal_lookup_path |
drupal-7.x/includes/path.inc |
Given an alias, return its Drupal system URL if one exists. Given a Drupal
system URL return one of its aliases if such a one exists. Otherwise,
return FALSE. |
5 |
3 |
|
drupal_mail |
drupal-7.x/includes/mail.inc |
Composes and optionally sends an e-mail message. |
8 |
|
|
drupal_mail_system |
drupal-7.x/includes/mail.inc |
Returns an object that implements the MailSystemInterface interface. |
2 |
|
|
drupal_maintenance_theme |
drupal-7.x/includes/bootstrap.inc |
Enables use of the theme system without requiring database access. |
5 |
|
|
drupal_map_assoc |
drupal-7.x/includes/common.inc |
Forms an associative array from a linear array. |
38 |
|
|
drupal_match_path |
drupal-7.x/includes/path.inc |
Check if a path matches any pattern in a set of patterns. |
3 |
|
|
drupal_mkdir |
drupal-7.x/includes/file.inc |
Creates a directory using Drupal's default mode. |
7 |
|
|
drupal_move_uploaded_file |
drupal-7.x/includes/file.inc |
Moves an uploaded file to a new location. |
1 |
|
|
drupal_multilingual |
drupal-7.x/includes/bootstrap.inc |
Returns TRUE if there is more than one language enabled. |
8 |
|
|
drupal_not_found |
drupal-7.x/includes/common.inc |
Delivers a "page not found" error to the browser. |
16 |
|
|
drupal_override_server_variables |
drupal-7.x/includes/bootstrap.inc |
Sets appropriate server variables needed for command line scripts to work. |
2 |
|
|
drupal_page_footer |
drupal-7.x/includes/common.inc |
Performs end-of-request tasks. |
1 |
|
|
drupal_page_get_cache |
drupal-7.x/includes/bootstrap.inc |
Retrieves the current page from the cache. |
1 |
|
|
drupal_page_header |
drupal-7.x/includes/bootstrap.inc |
Sets HTTP headers in preparation for a page response. |
2 |
|
|
drupal_page_is_cacheable |
drupal-7.x/includes/bootstrap.inc |
Determines the cacheability of the current page. |
4 |
|
|
drupal_page_set_cache |
drupal-7.x/includes/common.inc |
Stores the current page in the cache. |
1 |
|
|
drupal_parse_dependency |
drupal-7.x/includes/common.inc |
Parses a dependency for comparison by drupal_check_incompatibility(). |
1 |
|
|
drupal_parse_info_file |
drupal-7.x/includes/common.inc |
Parses Drupal module and theme .info files. |
10 |
|
|
drupal_parse_info_format |
drupal-7.x/includes/common.inc |
Parses data in Drupal's .info format. |
2 |
|
|
drupal_parse_url |
drupal-7.x/includes/common.inc |
Parses a system URL string into an associative array suitable for url(). |
5 |
|
|
drupal_path_alias_whitelist_rebuild |
drupal-7.x/includes/path.inc |
Rebuild the path alias white list. |
3 |
|
|
drupal_path_initialize |
drupal-7.x/includes/path.inc |
Initialize the $_GET['q'] variable to the proper normal path. |
1 |
|
|
drupal_placeholder |
drupal-7.x/includes/bootstrap.inc |
Formats text for emphasized display in a placeholder inside a sentence. |
6 |
|
|
drupal_prepare_form |
drupal-7.x/includes/form.inc |
Prepares a structured form array. |
6 |
|