Search for all
Title | Object type | File name | Summary |
---|---|---|---|
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. |
drupal_pre_render_links | function | includes/ |
#pre_render callback that collects child links into a single array. |
drupal_pre_render_markup | function | includes/ |
#pre_render callback to append contents in #markup to #children. |
drupal_pre_render_scripts | function | includes/ |
The #pre_render callback for the "scripts" element. |
drupal_pre_render_styles | function | includes/ |
#pre_render callback to add the elements needed for CSS tags to be rendered. |
drupal_process_attached | function | includes/ |
Adds attachments to a render() structure. |
drupal_process_form | function | includes/ |
Processes a form submission. |
drupal_process_states | function | includes/ |
Adds JavaScript to change the state of an element based on another element. |
drupal_random_bytes | function | includes/ |
Returns a string of highly randomized bytes (over the full 8-bit range). |
drupal_random_key | function | includes/ |
Returns a URL-safe, base64 encoded string of highly randomized bytes (over the full 8-bit range). |
drupal_realpath | function | includes/ |
Resolves the absolute filepath of a local URI or filepath. |
drupal_rebuild_form | function | includes/ |
Constructs a new $form from the information in $form_state. |
drupal_redirect_form | function | includes/ |
Redirects the user to a URL after a form has been processed. |
drupal_region_class | function | includes/ |
Provides a standard HTML class name that identifies a page region. |
drupal_register_shutdown_function | function | includes/ |
Registers a function for execution on shutdown. |
drupal_render | function | includes/ |
Renders HTML given a structured array tree. |
drupal_render_cache_by_query | function | includes/ |
Prepares an element for caching based on a query. |
drupal_render_cache_get | function | includes/ |
Gets the rendered output of a renderable element from the cache. |
drupal_render_cache_set | function | includes/ |
Caches the rendered output of a renderable element. |
drupal_render_children | function | includes/ |
Renders children of an element and concatenates them. |
drupal_render_cid_create | function | includes/ |
Creates the cache ID for a renderable element. |
drupal_render_cid_parts | function | includes/ |
Returns cache ID parts for building a cache ID. |
Pagination
- Previous page
- Page 61
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.