backdrop_pre_render_dropbutton |
core/includes/common.inc |
Pre-render callback: Attaches the dropbutton library and required markup. |
backdrop_pre_render_link |
core/includes/common.inc |
Pre-render callback: Renders a link into #markup. |
backdrop_pre_render_links |
core/includes/common.inc |
Pre-render callback: Collects child links into a single array. |
backdrop_pre_render_markup |
core/includes/common.inc |
Pre-render callback: Appends contents in #markup to #children. |
backdrop_pre_render_scripts |
core/includes/common.inc |
#pre_render callback to add the elements needed for JavaScript tags to be rendered. |
backdrop_pre_render_styles |
core/includes/common.inc |
Pre-render callback: Adds the elements needed for CSS tags to be rendered. |
backdrop_process_attached |
core/includes/common.inc |
Adds attachments to a render() structure. |
backdrop_process_form |
core/includes/form.inc |
Processes a form submission. |
backdrop_process_states |
core/includes/common.inc |
Adds JavaScript to change the state of an element based on another element. |
backdrop_random_bytes |
core/includes/bootstrap.inc |
Returns a string of highly randomized bytes (over the full 8-bit range). |
backdrop_random_key |
core/includes/bootstrap.inc |
Returns a URL-safe, base64 encoded string of highly randomized bytes (over the full 8-bit range). |
backdrop_realpath |
core/includes/file.inc |
Resolves the absolute filepath of a local URI or filepath. |
backdrop_rebuild_form |
core/includes/form.inc |
Constructs a new $form from the information in $form_state. |
backdrop_redirect_form |
core/includes/form.inc |
Redirects the user to a URL after a form has been processed. |
backdrop_region_class |
core/includes/common.inc |
Provides a standard HTML class name that identifies a page region. |
backdrop_register_shutdown_function |
core/includes/bootstrap.inc |
Registers a function for execution on shutdown. |
backdrop_render |
core/includes/common.inc |
Renders HTML given a structured array tree. |
backdrop_render_cache_by_query |
core/includes/common.inc |
Prepares an element for caching based on a query. |
backdrop_render_cache_get |
core/includes/common.inc |
Gets the rendered output of a renderable element from the cache. |
backdrop_render_cache_set |
core/includes/common.inc |
Caches the rendered output of a renderable element. |
backdrop_render_children |
core/includes/common.inc |
Renders children of an element and concatenates them. |
backdrop_render_cid_create |
core/includes/common.inc |
Creates the cache ID for a renderable element. |
backdrop_render_cid_parts |
core/includes/common.inc |
Returns cache ID parts for building a cache ID. |
backdrop_render_collect_attached |
core/includes/common.inc |
Collects #attached for an element and its children into a single array. |
backdrop_render_page |
core/includes/common.inc |
Renders the page, including the HTML, HEAD, and BODY tags. |
backdrop_required_modules |
core/includes/module.inc |
Returns an array of modules required by core. |
backdrop_requirements_severity |
core/includes/install.inc |
Extracts the highest severity from the requirements array. |
backdrop_requirements_url |
core/includes/install.inc |
Returns a URL for proceeding to the next page after a requirements problem. |
backdrop_retrieve_form |
core/includes/form.inc |
Retrieves the structured array that defines a given form. |
backdrop_rewrite_settings |
core/includes/install.inc |
Replaces values in settings.php with values in the submitted array. |
backdrop_rmdir |
core/includes/file.inc |
Removes a directory. |
backdrop_save_session |
core/includes/session.inc |
Determines whether to save session data of the current request. |
backdrop_schema_fields_sql |
core/includes/common.inc |
Retrieves a list of fields from a table schema. |
backdrop_send_headers |
core/includes/bootstrap.inc |
Sends the HTTP response headers that were previously set, adding defaults. |
backdrop_serve_page_from_cache |
core/includes/bootstrap.inc |
Sets HTTP headers in preparation for a cached page response. |
backdrop_session_commit |
core/includes/session.inc |
Commits the current session, if necessary. |
backdrop_session_destroy_uid |
core/includes/session.inc |
Ends a specific user's session(s). |
backdrop_session_initialize |
core/includes/session.inc |
Initializes the session handler, starting a session if needed. |
backdrop_session_regenerate |
core/includes/session.inc |
Called when an anonymous user becomes authenticated or vice-versa. |
backdrop_session_start |
core/includes/session.inc |
Starts a session forcefully, preserving already set session data. |
backdrop_session_started |
core/includes/session.inc |
Returns whether a session has been started. |
backdrop_settings_initialize |
core/includes/bootstrap.inc |
Sets the base URL, cookie domain, and session name from configuration. |
backdrop_set_breadcrumb |
core/includes/common.inc |
Sets the breadcrumb trail for the current page. |
backdrop_set_installed_schema_version |
core/includes/install.inc |
Update the installed version information for a module. |
backdrop_set_length_headers |
core/includes/bootstrap.inc |
Set headers for content-length and content-range. |
backdrop_set_message |
core/includes/bootstrap.inc |
Sets a message to display to the user. |
backdrop_set_time_limit |
core/includes/common.inc |
Attempts to set the PHP maximum execution time. |
backdrop_set_title |
core/includes/bootstrap.inc |
Sets the title of the current page. |
backdrop_show_messages |
core/includes/bootstrap.inc |
Determines whether or not messages should be shown on the current page. |
backdrop_site_offline |
core/includes/common.inc |
Delivers a "site is under maintenance" message to the browser. |