Search for all
Title | Object type | File name | Summary |
---|---|---|---|
drupal_is_denied | function | includes/ |
Checks to see if an IP address has been blocked. |
drupal_is_front_page | function | includes/ |
Check if the current page is the front page. |
drupal_is_https | function | includes/ |
Checks whether an HTTPS request is being served. |
drupal_json_decode | function | includes/ |
Converts an HTML-safe JSON string into its PHP equivalent. |
drupal_json_encode | function | includes/ |
Converts a PHP variable into its JavaScript equivalent. |
drupal_json_encode_helper | function | includes/ |
Encodes a PHP variable to HTML-safe JSON for PHP versions below 5.3.0. |
drupal_json_output | function | includes/ |
Returns data in JSON format. |
drupal_js_defaults | function | includes/ |
Constructs an array of the defaults that are used for JavaScript items. |
DRUPAL_KILOBYTE | constant | includes/ |
The number of bytes in a kilobyte. |
drupal_language_initialize | function | includes/ |
Initializes all the defined language types. |
drupal_language_types | function | includes/ |
Returns a list of the built-in language types. |
drupal_load | function | includes/ |
Includes a file with the provided type and name. |
drupal_load_stylesheet | function | includes/ |
Loads the stylesheet and resolves all @import commands. |
drupal_load_stylesheet_content | function | includes/ |
Processes the contents of a stylesheet for aggregation. |
drupal_load_updates | function | includes/ |
Loads .install files for installed modules to initialize the update system. |
drupal_lookup_path | function | includes/ |
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. |
drupal_mail | function | includes/ |
Composes and optionally sends an e-mail message. |
drupal_mail_format_display_name | function | includes/ |
Return a RFC-2822 compliant "display-name" component. |
drupal_mail_system | function | includes/ |
Returns an object that implements the MailSystemInterface interface. |
drupal_maintenance_theme | function | includes/ |
Enables use of the theme system without requiring database access. |
drupal_map_assoc | function | includes/ |
Forms an associative array from a linear array. |
drupal_match_path | function | includes/ |
Check if a path matches any pattern in a set of patterns. |
DRUPAL_MAXIMUM_TEMP_FILE_AGE | constant | modules/ |
Maximum age of temporary files in seconds. |
DRUPAL_MAX_HASH_COUNT | constant | includes/ |
The maximum allowed log2 number of iterations for password stretching. |
DRUPAL_MINIMUM_PHP | constant | includes/ |
Minimum supported version of PHP. |
DRUPAL_MINIMUM_PHP_MEMORY_LIMIT | constant | includes/ |
Minimum recommended value of PHP memory_limit. |
DRUPAL_MIN_HASH_COUNT | constant | includes/ |
The minimum allowed log2 number of iterations for password stretching. |
drupal_mkdir | function | includes/ |
Creates a directory, optionally creating missing components in the path to the directory. |
drupal_move_uploaded_file | function | includes/ |
Moves an uploaded file to a new location. |
drupal_multilingual | function | includes/ |
Returns TRUE if there is more than one language enabled. |
drupal_not_found | function | includes/ |
Delivers a "page not found" error to the browser. |
DRUPAL_NO_CACHE | constant | includes/ |
The block should not get cached. |
DRUPAL_OPTIONAL | constant | modules/ |
Optional option on forms and settings |
drupal_override_server_variables | function | includes/ |
Sets appropriate server variables needed for command line scripts to work. |
drupal_page_footer | function | includes/ |
Performs end-of-request tasks. |
drupal_page_get_cache | function | includes/ |
Retrieves the current page from the cache. |
drupal_page_header | function | includes/ |
Sets HTTP headers in preparation for a page response. |
drupal_page_is_cacheable | function | includes/ |
Determines the cacheability of the current page. |
drupal_page_set_cache | function | includes/ |
Stores the current page in the cache. |
drupal_parse_dependency | function | includes/ |
Parses a dependency for comparison by drupal_check_incompatibility(). |
drupal_parse_info_file | function | includes/ |
Parses Drupal module and theme .info files. |
drupal_parse_info_format | function | includes/ |
Parses data in Drupal's .info format. |
drupal_parse_url | function | includes/ |
Parses a URL string into its path, query, and fragment components. |
drupal_path_alias_whitelist_rebuild | function | includes/ |
Rebuild the path alias white list. |
drupal_path_initialize | function | includes/ |
Initialize the $_GET['q'] variable to the proper normal path. |
DRUPAL_PHP_FUNCTION_PATTERN | constant | includes/ |
Regular expression to match PHP function names. |
drupal_placeholder | function | includes/ |
Formats text for emphasized display in a placeholder inside a sentence. |
drupal_prepare_form | function | includes/ |
Prepares a structured form array. |
drupal_pre_render_conditional_comments | function | includes/ |
#pre_render callback to render #browsers into #prefix and #suffix. |
drupal_pre_render_link | function | includes/ |
#pre_render callback to render a link into #markup. |
Pagination
- Previous page
- Page 60
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.