|
backdrop_rewrite_settings |
core/includes/install.inc |
Replaces values in settings.php with values in the submitted array. |
|
backdrop_retrieve_form |
core/includes/form.inc |
Retrieves the structured array that defines a given form. |
|
backdrop_requirements_url |
core/includes/install.inc |
Returns a URL for proceeding to the next page after a requirements problem. |
|
backdrop_requirements_severity |
core/includes/install.inc |
Extracts the highest severity from the requirements array. |
|
backdrop_required_modules |
core/includes/module.inc |
Returns an array of modules required by core. |
|
backdrop_render_page |
core/includes/common.inc |
Renders the page, including the HTML, HEAD, and BODY tags. |
|
backdrop_render_collect_attached |
core/includes/common.inc |
Collects #attached for an element and its children into a single array. |
|
backdrop_render_cid_parts |
core/includes/common.inc |
Returns cache ID parts for building a cache ID. |
|
backdrop_render_cid_create |
core/includes/common.inc |
Creates the cache ID for a renderable element. |
|
backdrop_render_children |
core/includes/common.inc |
Renders children of an element and concatenates them. |
|
backdrop_render_cache_set |
core/includes/common.inc |
Caches the rendered output of a renderable element. |
|
backdrop_render_cache_get |
core/includes/common.inc |
Gets the rendered output of a renderable element from the cache. |
|
backdrop_render_cache_by_query |
core/includes/common.inc |
Prepares an element for caching based on a query. |
|
backdrop_render |
core/includes/common.inc |
Renders HTML given a structured array tree. |
|
backdrop_register_shutdown_function |
core/includes/bootstrap.inc |
Registers a function for execution on shutdown. |
|
backdrop_region_class |
core/includes/common.inc |
Provides a standard HTML class name that identifies a page region. |
|
backdrop_redirect_form |
core/includes/form.inc |
Redirects the user to a URL after a form has been processed. |
|
backdrop_rebuild_form |
core/includes/form.inc |
Constructs a new $form from the information in $form_state. |
|
backdrop_realpath |
core/includes/file.inc |
Resolves the absolute filepath of a local URI or filepath. |
|
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_random_bytes |
core/includes/bootstrap.inc |
Returns a string of highly randomized bytes (over the full 8-bit range). |
|
backdrop_process_states |
core/includes/common.inc |
Adds JavaScript to change the state of an element based on another element. |
|
backdrop_process_form |
core/includes/form.inc |
Processes a form submission. |
|
backdrop_process_attached |
core/includes/common.inc |
Adds attachments to a render() structure. |
|
backdrop_pre_render_styles |
core/includes/common.inc |
Pre-render callback: Adds the elements needed for CSS tags to be rendered. |
|
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_markup |
core/includes/common.inc |
Pre-render callback: Appends contents in #markup to #children. |
|
backdrop_pre_render_links |
core/includes/common.inc |
Pre-render callback: Collects child links into a single array. |
|
backdrop_pre_render_link |
core/includes/common.inc |
Pre-render callback: Renders a link into #markup. |
|
backdrop_pre_render_dropbutton |
core/includes/common.inc |
Pre-render callback: Attaches the dropbutton library and required markup. |
|
backdrop_pre_render_conditional_comments Deprecated |
core/includes/common.inc |
Pre-render callback: Provides backwards-compatibility for #browsers property. |
|
backdrop_prepare_form |
core/includes/form.inc |
Prepares a structured form array. |
|
backdrop_placeholder |
core/includes/bootstrap.inc |
Formats text for emphasized display in a placeholder inside a sentence. |
|
backdrop_path_initialize |
core/includes/path.inc |
Initialize the $_GET['q'] variable to the proper normal path. |
|
backdrop_parse_url |
core/includes/common.inc |
Parses a system URL string into an associative array suitable for url(). |
|
backdrop_parse_info_format |
core/includes/common.inc |
Parses data in Backdrop's .info format. |
|
backdrop_parse_info_file |
core/includes/common.inc |
Parses Backdrop module and theme .info files. |
|
backdrop_parse_dependency |
core/includes/common.inc |
Parses a dependency for comparison by backdrop_check_incompatibility(). |
|
backdrop_page_set_cache Deprecated |
core/includes/common.inc |
Stores the current page in the cache. |
|
backdrop_page_save_cache |
core/includes/common.inc |
Save a page cache entry to the cache. |
|
backdrop_page_is_cacheable |
core/includes/bootstrap.inc |
Determines the cacheability of the current page. |
|
backdrop_page_header |
core/includes/bootstrap.inc |
Sets HTTP headers in preparation for a page response. |
|
backdrop_page_get_cache |
core/includes/bootstrap.inc |
Retrieves the current page from the cache. |
|
backdrop_page_footer |
core/includes/common.inc |
Performs end-of-request tasks. |
|
backdrop_page_create_cache |
core/includes/common.inc |
Create a page cache object for a page request. |
|
backdrop_override_server_variables |
core/includes/bootstrap.inc |
Sets appropriate server variables needed for command line scripts to work. |
|
backdrop_not_found |
core/includes/common.inc |
Delivers a "page not found" error to the browser. |
|
backdrop_move_uploaded_file |
core/includes/file.inc |
Moves an uploaded file to a new location. |
|
backdrop_mkdir |
core/includes/file.inc |
Creates a directory using Backdrop's default mode. |
|
backdrop_merged_modules |
core/includes/module.inc |
Returns an array of modules that have been merged into Backdrop core. |