_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. |
_batch_test_nested_backdrop_form_submit_callback |
core/modules/simpletest/tests/batch_test.module |
Batch operation: submits form_test_mock_form using backdrop_form_submit(). |
_batch_test_nested_batch_callback |
core/modules/simpletest/tests/batch_test.callbacks.inc |
Batch operation setting up its own batch. |
_batch_test_theme_callback |
core/modules/simpletest/tests/batch_test.module |
Batch callback function for testing the theme used on the progress page. |
_book_add_form_elements |
core/modules/book/book.module |
Builds the common elements of the book form for the node and outline forms. |
_book_admin_table |
core/modules/book/book.admin.inc |
Builds the table portion of the form for the book administration page. |
_book_admin_table_tree |
core/modules/book/book.admin.inc |
Helps build the main table in the book administration page form. |
_book_flatten_menu |
core/modules/book/book.module |
Recursively converts a tree of menu links to a flat array. |
_book_install_type_create |
core/modules/book/book.install |
Creates the book content type. |
_book_link_defaults |
core/modules/book/book.module |
Returns an array with default values for a book page's menu link. |
_book_node_is_removable |
core/modules/book/book.module |
Determines if a node can be removed from the book. |
_book_outline_access |
core/modules/book/book.module |
Access callback: Determines if the outline tab is accessible. |
_book_outline_remove_access |
core/modules/book/book.module |
Access callback: Determines if the user can remove nodes from the outline. |
_book_parent_depth_limit |
core/modules/book/book.module |
Finds the depth limit for items in the parent select. |
_book_parent_select |
core/modules/book/book.module |
Builds the parent selection form element for the node form or outline tab. |
_book_toc_recurse |
core/modules/book/book.module |
Recursively processes and formats menu items for book_toc(). |