_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. |
_batch_test_batch_5 |
core/modules/simpletest/tests/batch_test.module |
Batch 5: repeats a simple operation. |
_batch_test_callback_1 |
core/modules/simpletest/tests/batch_test.callbacks.inc |
Simple batch operation. |
_batch_test_callback_2 |
core/modules/simpletest/tests/batch_test.callbacks.inc |
Multistep batch operation. |
_batch_test_callback_5 |
core/modules/simpletest/tests/batch_test.callbacks.inc |
Simple batch operation. |
_batch_test_finished_0 |
core/modules/simpletest/tests/batch_test.callbacks.inc |
'finished' callback for batch 0. |
_batch_test_finished_1 |
core/modules/simpletest/tests/batch_test.callbacks.inc |
'finished' callback for batch 1. |
_batch_test_finished_2 |
core/modules/simpletest/tests/batch_test.callbacks.inc |
'finished' callback for batch 2. |
_batch_test_finished_3 |
core/modules/simpletest/tests/batch_test.callbacks.inc |
'finished' callback for batch 3. |
_batch_test_finished_4 |
core/modules/simpletest/tests/batch_test.callbacks.inc |
'finished' callback for batch 4. |
_batch_test_finished_5 |
core/modules/simpletest/tests/batch_test.callbacks.inc |
'finished' callback for batch 5. |
_batch_test_finished_helper |
core/modules/simpletest/tests/batch_test.callbacks.inc |
Common 'finished' callbacks for batches 1 to 4. |