Search for %s

  1. Search 9.5.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
drupal_load_stylesheet_content function includes/common.inc Processes the contents of a stylesheet for aggregation.
drupal_load_updates function includes/install.inc Loads .install files for installed modules to initialize the update system.
drupal_mail_format_display_name function includes/mail.inc Return a RFC-2822 compliant "display-name" component.
drupal_mail_system function includes/mail.inc Returns an object that implements the MailSystemInterface interface.
drupal_map_assoc function includes/common.inc Forms an associative array from a linear array.
DRUPAL_MAX_HASH_COUNT constant includes/password.inc The maximum allowed log2 number of iterations for password stretching.
DRUPAL_MIN_HASH_COUNT constant includes/password.inc The minimum allowed log2 number of iterations for password stretching.
drupal_override_server_variables function includes/bootstrap.inc Sets appropriate server variables needed for command line scripts to work.
drupal_page_is_cacheable function includes/bootstrap.inc Determines the cacheability of the current page.
drupal_page_set_cache function includes/common.inc Stores the current page in the cache.
drupal_parse_dependency function includes/common.inc Parses a dependency for comparison by drupal_check_incompatibility().
drupal_parse_info_file function includes/common.inc Parses Drupal module and theme .info files.
drupal_parse_info_format function includes/common.inc Parses data in Drupal's .info format.
drupal_parse_url function includes/common.inc Parses a URL string into its path, query, and fragment components.
drupal_path_alias_whitelist_rebuild function includes/path.inc Rebuild the path alias white list.
drupal_pre_render_conditional_comments function includes/common.inc #pre_render callback to render #browsers into #prefix and #suffix.
drupal_pre_render_links function includes/common.inc #pre_render callback that collects child links into a single array.
drupal_pre_render_scripts function includes/common.inc The #pre_render callback for the "scripts" element.
drupal_pre_render_styles function includes/common.inc #pre_render callback to add the elements needed for CSS tags to be rendered.
drupal_process_attached function includes/common.inc Adds attachments to a render() structure.
drupal_process_form function includes/form.inc Processes a form submission.
drupal_process_states function includes/common.inc Adds JavaScript to change the state of an element based on another element.
drupal_random_bytes function includes/bootstrap.inc Returns a string of highly randomized bytes (over the full 8-bit range).
drupal_region_class function includes/common.inc Provides a standard HTML class name that identifies a page region.
drupal_register_shutdown_function function includes/bootstrap.inc Registers a function for execution on shutdown.
drupal_render_cache_set function includes/common.inc Caches the rendered output of a renderable element.
drupal_render_cid_parts function includes/common.inc Returns cache ID parts for building a cache ID.
drupal_required_modules function includes/module.inc Returns an array of modules required by core.
drupal_requirements_severity function includes/install.inc Extracts the highest severity from the requirements array.
drupal_requirements_url function includes/install.inc Returns a URL for proceeding to the next page after a requirements problem.
drupal_rewrite_settings function includes/install.inc Replaces values in settings.php with values in the submitted array.
drupal_save_session function includes/session.inc Determines whether to save session data of the current request.
drupal_schema_fields_sql function includes/common.inc Retrieves a list of fields from a table schema.
drupal_schema_field_types function includes/common.inc Retrieves the type for every field in a table schema.
drupal_send_headers function includes/bootstrap.inc Sends the HTTP response headers that were previously set, adding defaults.
drupal_serve_page_from_cache function includes/bootstrap.inc Sets HTTP headers in preparation for a cached page response.
drupal_session_commit function includes/session.inc Commits the current session, if necessary.
drupal_session_destroy_uid function includes/session.inc Ends a specific user's session(s).
drupal_session_id function includes/session.inc Session ids are hashed by default before being stored in the database.
drupal_session_initialize function includes/session.inc Initializes the session handler, starting a session if needed.
drupal_session_regenerate function includes/session.inc Called when an anonymous user becomes authenticated or vice-versa.
drupal_session_start function includes/session.inc Starts a session forcefully, preserving already set session data.
drupal_session_started function includes/session.inc Returns whether a session has been started.
drupal_setcookie function includes/bootstrap.inc Drupal's wrapper around PHP's setcookie() function.
drupal_settings_initialize function includes/bootstrap.inc Sets the base URL, cookie domain, and session name from configuration.
drupal_set_breadcrumb function includes/common.inc Sets the breadcrumb trail for the current page.
drupal_set_installed_schema_version function includes/install.inc Update the installed version information for a module.
drupal_set_message function includes/bootstrap.inc Sets a message to display to the user.
drupal_set_page_content function includes/common.inc Sets the main page content value for later use.
drupal_set_time_limit function includes/common.inc Attempts to set the PHP maximum execution time.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.