_backdrop_default_html_head |
core/includes/common.inc |
Returns elements that are always displayed in the HEAD tag of the HTML page. |
_backdrop_depth_first_search |
core/includes/graph.inc |
Performs a depth-first search on a graph. |
_backdrop_error_handler |
core/includes/bootstrap.inc |
Provides custom PHP error handling. |
_backdrop_error_handler_real |
core/includes/errors.inc |
Provides custom PHP error handling. |
_backdrop_exception_handler |
core/includes/bootstrap.inc |
Provides custom PHP exception handling. |
_backdrop_flush_css_js |
core/includes/common.inc |
Changes the dummy query string added to all CSS and JavaScript files. |
_backdrop_get_last_caller |
core/includes/errors.inc |
Gets the last caller from a backtrace. |
_backdrop_html_to_mail_urls |
core/includes/mail.inc |
Keeps track of URLs and replaces them with placeholder tokens. |
_backdrop_html_to_text_clean |
core/includes/mail.inc |
Replaces non-quotation markers from a given piece of indentation with spaces. |
_backdrop_html_to_text_pad |
core/includes/mail.inc |
Pads the last line with the given character. |
_backdrop_http_use_proxy |
core/includes/common.inc |
Helper function for determining hosts excluded from needing a proxy. |
_backdrop_invalid_token_set_form_error |
core/includes/form.inc |
Helper function to call form_set_error() if there is a token error. |
_backdrop_load_stylesheet |
core/includes/common.inc |
Loads stylesheets recursively and returns contents with corrected paths. |
_backdrop_log_error |
core/includes/errors.inc |
Logs a PHP error or exception and displays an error page in fatal cases. |
_backdrop_maintenance_theme |
core/includes/theme.maintenance.inc |
Sets up the theme system for the maintenance page. |
_backdrop_parse_response_status |
core/includes/common.inc |
Split an HTTP response status line into components. |
_backdrop_render_exception_safe |
core/includes/errors.inc |
Renders an exception error message without further exceptions. |
_backdrop_schema_initialize |
core/includes/common.inc |
Fills in required default values for table definitions from hook_schema(). |
_backdrop_session_close |
core/includes/session.inc |
Session handler assigned by session_set_save_handler(). |
_backdrop_session_delete_cookie |
core/includes/session.inc |
Deletes the session cookie. |
_backdrop_session_destroy |
core/includes/session.inc |
Session handler assigned by session_set_save_handler(). |
_backdrop_session_garbage_collection |
core/includes/session.inc |
Session handler assigned by session_set_save_handler(). |
_backdrop_session_open |
core/includes/session.inc |
Session handler assigned by session_set_save_handler(). |
_backdrop_session_read |
core/includes/session.inc |
Reads an entire session from the database (internal use only). |
_backdrop_session_regenerate_existing |
core/includes/session.inc |
Regenerates an existing session. |
_backdrop_session_write |
core/includes/session.inc |
Writes an entire session to the database (internal use only). |
_backdrop_set_preferred_header_name |
core/includes/bootstrap.inc |
Sets the preferred name for the HTTP header. |
_backdrop_should_strip_sensitive_headers_on_http_redirect |
core/includes/common.inc |
Determine whether to strip sensitive headers from a request when redirected. |
_backdrop_shutdown_function |
core/includes/bootstrap.inc |
Executes registered shutdown functions. |
_backdrop_theme_access |
core/includes/theme.inc |
Helper function for determining access to a theme. |
_backdrop_theme_initialize |
core/includes/theme.inc |
Initializes the theme system given already loaded information. |
_backdrop_version_compare_convert |
core/includes/common.inc |
Converts a Backdrop version string into numeric-only version string. |
_backdrop_wrap_mail_line |
core/includes/mail.inc |
Wraps words on a single line. |
_batch_api_percentage |
core/includes/batch.inc |
Formats the percent completion for a batch set. |
_batch_current_set |
core/includes/batch.inc |
Returns the batch set being currently processed. |
_batch_do |
core/includes/batch.inc |
Does one execution pass with JavaScript and returns progress to the browser. |
_batch_example_get_http_requests |
modules/examples/batch_example/batch_example.module |
Utility function to count the HTTP requests in a session variable. |
_batch_example_update_http_requests |
modules/examples/batch_example/batch_example.module |
Utility function to increment HTTP requests in a session variable. |
_batch_finished |
core/includes/batch.inc |
Ends the batch processing. |
_batch_next_set |
core/includes/batch.inc |
Retrieves the next set in a batch. |
_batch_page |
core/includes/batch.inc |
Renders the batch processing page based on the current state of the batch. |
_batch_populate_queue |
core/includes/form.inc |
Populates a job queue with the operations of a batch set. |
_batch_process |
core/includes/batch.inc |
Processes sets in a batch. |
_batch_progress_page |
core/includes/batch.inc |
Outputs a batch processing page. |
_batch_queue |
core/includes/form.inc |
Returns a queue object for a batch set. |
_batch_test_batch_0 |
core/modules/simpletest/tests/batch_test.module |
Batch 0: no operation. |
_batch_test_batch_1 |
core/modules/simpletest/tests/batch_test.module |
Batch 1: repeats a simple operation. |
_batch_test_batch_2 |
core/modules/simpletest/tests/batch_test.module |
Batch 2: single multistep operation. |
_batch_test_batch_3 |
core/modules/simpletest/tests/batch_test.module |
Batch 3: both single and multistep operations. |
_batch_test_batch_4 |
core/modules/simpletest/tests/batch_test.module |
Batch 4: batch within a batch. |