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_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_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_map_assoc | function | includes/ |
Forms an associative array from a linear array. |
| DRUPAL_MAX_HASH_COUNT | constant | includes/ |
The maximum allowed log2 number of iterations for password stretching. |
| DRUPAL_MIN_HASH_COUNT | constant | includes/ |
The minimum allowed log2 number of iterations for password stretching. |
| drupal_override_server_variables | function | includes/ |
Sets appropriate server variables needed for command line scripts to work. |
| 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_pre_render_conditional_comments | function | includes/ |
#pre_render callback to render #browsers into #prefix and #suffix. |
| drupal_pre_render_links | function | includes/ |
#pre_render callback that collects child links into a single array. |
| 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_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_cache_set | function | includes/ |
Caches the rendered output of a renderable element. |
| drupal_render_cid_parts | function | includes/ |
Returns cache ID parts for building a cache ID. |
| drupal_required_modules | function | includes/ |
Returns an array of modules required by core. |
| drupal_requirements_severity | function | includes/ |
Extracts the highest severity from the requirements array. |
| drupal_requirements_url | function | includes/ |
Returns a URL for proceeding to the next page after a requirements problem. |
| drupal_rewrite_settings | function | includes/ |
Replaces values in settings.php with values in the submitted array. |
| drupal_save_session | function | includes/ |
Determines whether to save session data of the current request. |
| drupal_schema_fields_sql | function | includes/ |
Retrieves a list of fields from a table schema. |
| drupal_schema_field_types | function | includes/ |
Retrieves the type for every field in a table schema. |
| drupal_send_headers | function | includes/ |
Sends the HTTP response headers that were previously set, adding defaults. |
| drupal_serve_page_from_cache | function | includes/ |
Sets HTTP headers in preparation for a cached page response. |
| drupal_session_commit | function | includes/ |
Commits the current session, if necessary. |
| drupal_session_destroy_uid | function | includes/ |
Ends a specific user's session(s). |
| drupal_session_id | function | includes/ |
Session ids are hashed by default before being stored in the database. |
| drupal_session_initialize | function | includes/ |
Initializes the session handler, starting a session if needed. |
| drupal_session_regenerate | function | includes/ |
Called when an anonymous user becomes authenticated or vice-versa. |
| drupal_session_start | function | includes/ |
Starts a session forcefully, preserving already set session data. |
| drupal_session_started | function | includes/ |
Returns whether a session has been started. |
| drupal_setcookie | function | includes/ |
Drupal's wrapper around PHP's setcookie() function. |
| drupal_settings_initialize | function | includes/ |
Sets the base URL, cookie domain, and session name from configuration. |
| drupal_set_breadcrumb | function | includes/ |
Sets the breadcrumb trail for the current page. |
| drupal_set_installed_schema_version | function | includes/ |
Update the installed version information for a module. |
| drupal_set_message | function | includes/ |
Sets a message to display to the user. |
| drupal_set_page_content | function | includes/ |
Sets the main page content value for later use. |
| drupal_set_time_limit | function | includes/ |
Attempts to set the PHP maximum execution time. |
Pagination
- Previous page
- Page 50
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.