drupal_page_header Deprecated |
core/includes/drupal.inc |
Sets HTTP headers in preparation for a page response. |
drupal_page_is_cacheable Deprecated |
core/includes/drupal.inc |
Determines the cacheability of the current page. |
drupal_page_set_cache Deprecated |
core/includes/drupal.inc |
Stores the current page in the cache. |
drupal_parse_dependency Deprecated |
core/includes/drupal.inc |
Parses a dependency for comparison by backdrop_check_incompatibility(). |
drupal_parse_info_file Deprecated |
core/includes/drupal.inc |
Parses Backdrop module and theme .info files. |
drupal_parse_info_format Deprecated |
core/includes/drupal.inc |
Parses data in Backdrop's .info format. |
drupal_parse_url Deprecated |
core/includes/drupal.inc |
Parses a system URL string into an associative array suitable for url(). |
drupal_path_alias_allowlist_rebuild Deprecated |
core/includes/drupal.inc |
Rebuild the path alias allowlist. |
drupal_path_alias_whitelist_rebuild |
core/includes/drupal.inc |
|
drupal_path_initialize Deprecated |
core/includes/drupal.inc |
Initialize the $_GET['q'] variable to the proper normal path. |
drupal_placeholder Deprecated |
core/includes/drupal.inc |
Formats text for emphasized display in a placeholder inside a sentence. |
drupal_prepare_form Deprecated |
core/includes/drupal.inc |
Prepares a structured form array. |
drupal_pre_render_conditional_comments Deprecated |
core/includes/drupal.inc |
Pre-render callback: Renders #browsers into #prefix and #suffix. |
drupal_pre_render_link Deprecated |
core/includes/drupal.inc |
Pre-render callback: Renders a link into #markup. |
drupal_pre_render_links Deprecated |
core/includes/drupal.inc |
Pre-render callback: Collects child links into a single array. |
drupal_pre_render_markup Deprecated |
core/includes/drupal.inc |
Pre-render callback: Appends contents in #markup to #children. |
drupal_pre_render_scripts Deprecated |
core/includes/drupal.inc |
#pre_render callback to add the elements needed for JavaScript tags to be rendered. |
drupal_pre_render_styles Deprecated |
core/includes/drupal.inc |
Pre-render callback: Adds the elements needed for CSS tags to be rendered. |
drupal_process_attached Deprecated |
core/includes/drupal.inc |
Adds attachments to a render() structure. |
drupal_process_form Deprecated |
core/includes/drupal.inc |
Processes a form submission. |
drupal_process_states Deprecated |
core/includes/drupal.inc |
Adds JavaScript to change the state of an element based on another element. |
drupal_random_bytes Deprecated |
core/includes/drupal.inc |
Returns a string of highly randomized bytes (over the full 8-bit range). |
drupal_random_key Deprecated |
core/includes/drupal.inc |
Returns a URL-safe, base64 encoded string of highly randomized bytes (over the full 8-bit range). |
drupal_realpath Deprecated |
core/includes/drupal.inc |
Resolves the absolute filepath of a local URI or filepath. |
drupal_rebuild_form Deprecated |
core/includes/drupal.inc |
Constructs a new $form from the information in $form_state. |
drupal_redirect_form Deprecated |
core/includes/drupal.inc |
Redirects the user to a URL after a form has been processed. |
drupal_region_class Deprecated |
core/includes/drupal.inc |
Provides a standard HTML class name that identifies a page region. |
drupal_register_shutdown_function Deprecated |
core/includes/drupal.inc |
Registers a function for execution on shutdown. |
drupal_render Deprecated |
core/includes/drupal.inc |
Renders HTML given a structured array tree. |
drupal_render_cache_by_query Deprecated |
core/includes/drupal.inc |
Prepares an element for caching based on a query. |
drupal_render_cache_get Deprecated |
core/includes/drupal.inc |
Gets the rendered output of a renderable element from the cache. |
drupal_render_cache_set Deprecated |
core/includes/drupal.inc |
Caches the rendered output of a renderable element. |
drupal_render_children Deprecated |
core/includes/drupal.inc |
Renders children of an element and concatenates them. |
drupal_render_cid_create Deprecated |
core/includes/drupal.inc |
Creates the cache ID for a renderable element. |
drupal_render_cid_parts Deprecated |
core/includes/drupal.inc |
Returns cache ID parts for building a cache ID. |
drupal_render_collect_attached Deprecated |
core/includes/drupal.inc |
Collects #attached for an element and its children into a single array. |
drupal_render_page Deprecated |
core/includes/drupal.inc |
Renders the page, including the HTML, HEAD, and BODY tags. |
drupal_required_modules Deprecated |
core/includes/drupal.inc |
Returns an array of modules required by core. |
drupal_requirements_severity Deprecated |
core/includes/drupal.inc |
Extracts the highest severity from the requirements array. |
drupal_requirements_url Deprecated |
core/includes/drupal.inc |
Returns a URL for proceeding to the next page after a requirements problem. |
drupal_retrieve_form Deprecated |
core/includes/drupal.inc |
Retrieves the structured array that defines a given form. |
drupal_rewrite_settings Deprecated |
core/includes/drupal.inc |
Replaces values in settings.php with values in the submitted array. |
drupal_rmdir Deprecated |
core/includes/drupal.inc |
Removes a directory. |
drupal_save_session Deprecated |
core/includes/drupal.inc |
Determines whether to save session data of the current request. |
drupal_schema_fields_sql Deprecated |
core/includes/drupal.inc |
Retrieves a list of fields from a table schema. |
drupal_send_headers Deprecated |
core/includes/drupal.inc |
Sends the HTTP response headers that were previously set, adding defaults. |
drupal_serve_page_from_cache Deprecated |
core/includes/drupal.inc |
Sets HTTP headers in preparation for a cached page response. |
drupal_session_commit Deprecated |
core/includes/drupal.inc |
Commits the current session, if necessary. |
drupal_session_destroy_uid Deprecated |
core/includes/drupal.inc |
Ends a specific user's session(s). |
drupal_session_initialize Deprecated |
core/includes/drupal.inc |
Initializes the session handler, starting a session if needed. |