Contains filters are case sensitive
Namesort descending Location Description
backdrop_random_key includes/bootstrap.inc Returns a URL-safe, base64 encoded string of highly randomized bytes (over the full 8-bit range).
backdrop_realpath includes/file.inc Resolves the absolute filepath of a local URI or filepath.
backdrop_rebuild_form includes/form.inc Constructs a new $form from the information in $form_state.
backdrop_redirect_form includes/form.inc Redirects the user to a URL after a form has been processed.
backdrop_region_class includes/common.inc Provides a standard HTML class name that identifies a page region.
backdrop_register_shutdown_function includes/bootstrap.inc Registers a function for execution on shutdown.
backdrop_render includes/common.inc Renders HTML given a structured array tree.
backdrop_render_cache_by_query includes/common.inc Prepares an element for caching based on a query.
backdrop_render_cache_get includes/common.inc Gets the rendered output of a renderable element from the cache.
backdrop_render_cache_set includes/common.inc Caches the rendered output of a renderable element.
backdrop_render_children includes/common.inc Renders children of an element and concatenates them.
backdrop_render_cid_create includes/common.inc Creates the cache ID for a renderable element.
backdrop_render_cid_parts includes/common.inc Returns cache ID parts for building a cache ID.
backdrop_render_collect_attached includes/common.inc Collects #attached for an element and its children into a single array.
_backdrop_render_exception_safe includes/errors.inc Renders an exception error message without further exceptions.
backdrop_render_page includes/common.inc Renders the page, including the HTML, HEAD, and BODY tags.
backdrop_required_modules includes/module.inc Returns an array of modules required by core.
backdrop_requirements_severity includes/install.inc Extracts the highest severity from the requirements array.
backdrop_requirements_url includes/install.inc Returns a URL for proceeding to the next page after a requirements problem.
backdrop_retrieve_form includes/form.inc Retrieves the structured array that defines a given form.
backdrop_rewrite_settings includes/install.inc Replaces values in settings.php with values in the submitted array.
backdrop_rmdir includes/file.inc Removes a directory.
backdrop_save_session includes/session.inc Determines whether to save session data of the current request.
backdrop_scan_directories includes/bootstrap.inc
backdrop_schema_fields_sql includes/common.inc Retrieves a list of fields from a table schema.
_backdrop_schema_initialize includes/common.inc Fills in required default values for table definitions from hook_schema().
backdrop_send_headers includes/bootstrap.inc Sends the HTTP response headers that were previously set, adding defaults.
backdrop_serve_page_from_cache includes/bootstrap.inc Sets HTTP headers in preparation for a cached page response.
_backdrop_session_close includes/session.inc Session handler assigned by session_set_save_handler().
backdrop_session_commit includes/session.inc Commits the current session, if necessary.
_backdrop_session_delete_cookie includes/session.inc Deletes the session cookie.
_backdrop_session_destroy includes/session.inc Session handler assigned by session_set_save_handler().
backdrop_session_destroy_uid includes/session.inc Ends a specific user's session(s).
_backdrop_session_garbage_collection includes/session.inc Session handler assigned by session_set_save_handler().
backdrop_session_initialize includes/session.inc Initializes the session handler, starting a session if needed.
_backdrop_session_open includes/session.inc Session handler assigned by session_set_save_handler().
_backdrop_session_read includes/session.inc Reads an entire session from the database (internal use only).
backdrop_session_regenerate includes/session.inc Called when an anonymous user becomes authenticated or vice-versa.
_backdrop_session_regenerate_existing includes/session.inc Regenerates an existing session.
backdrop_session_start includes/session.inc Starts a session forcefully, preserving already set session data.
backdrop_session_started includes/session.inc Returns whether a session has been started.
_backdrop_session_write includes/session.inc Writes an entire session to the database (internal use only).
backdrop_set_breadcrumb includes/common.inc Sets the breadcrumb trail for the current page.
backdrop_set_installed_schema_version includes/install.inc Update the installed version information for a module.
backdrop_set_length_headers includes/bootstrap.inc Set headers for content-length and content-range.
backdrop_set_message includes/bootstrap.inc Sets a message to display to the user.
_backdrop_set_preferred_header_name includes/bootstrap.inc Sets the preferred name for the HTTP header.
backdrop_set_time_limit includes/common.inc Attempts to set the PHP maximum execution time.
backdrop_settings_initialize includes/bootstrap.inc Sets the base URL, cookie domain, and session name from configuration.
backdrop_set_title includes/bootstrap.inc Sets the title of the current page.

Pages