Functions

Primary tabs

Namesort descending Location Description Direct uses Strings
_batch_finished drupal/includes/batch.inc Ends the batch processing. 2
_batch_next_set drupal/includes/batch.inc Retrieves the next set in a batch. 1
_batch_page drupal/includes/batch.inc Renders the batch processing page based on the current state of the batch. 4
_batch_populate_queue drupal/includes/form.inc Populates a job queue with the operations of a batch set. 2
_batch_process drupal/includes/batch.inc Processes sets in a batch. 3
_batch_progress_page_js drupal/includes/batch.inc Outputs a batch processing page with JavaScript support. 1
_batch_progress_page_nojs drupal/includes/batch.inc Outputs a batch processing page without JavaScript support. 2
_batch_queue drupal/includes/form.inc Returns a queue object for a batch set. 3
_batch_shutdown drupal/includes/batch.inc Shutdown function: Stores the current batch data for the next request. 1
_batch_start drupal/includes/batch.inc Initializes the batch processing. 1
_batch_test_batch_0 drupal/modules/simpletest/tests/batch_test.module Batch 0: no operation.
_batch_test_batch_1 drupal/modules/simpletest/tests/batch_test.module Batch 1: repeats a simple operation. 3
_batch_test_batch_2 drupal/modules/simpletest/tests/batch_test.module Batch 2: single multistep operation. 3
_batch_test_batch_3 drupal/modules/simpletest/tests/batch_test.module Batch 3: both single and multistep operations. 1
_batch_test_batch_4 drupal/modules/simpletest/tests/batch_test.module Batch 4: batch within a batch.
_batch_test_batch_5 drupal/modules/simpletest/tests/batch_test.module Batch 5: repeats a simple operation. 1
_batch_test_callback_1 drupal/modules/simpletest/tests/batch_test.callbacks.inc Implements callback_batch_operation(). 3
_batch_test_callback_2 drupal/modules/simpletest/tests/batch_test.callbacks.inc Implements callback_batch_operation(). 2
_batch_test_callback_5 drupal/modules/simpletest/tests/batch_test.callbacks.inc Implements callback_batch_operation(). 1
_batch_test_finished_0 drupal/modules/simpletest/tests/batch_test.callbacks.inc Implements callback_batch_finished(). 1
_batch_test_finished_1 drupal/modules/simpletest/tests/batch_test.callbacks.inc Implements callback_batch_finished(). 1
_batch_test_finished_2 drupal/modules/simpletest/tests/batch_test.callbacks.inc Implements callback_batch_finished(). 1
_batch_test_finished_3 drupal/modules/simpletest/tests/batch_test.callbacks.inc Implements callback_batch_finished(). 1
_batch_test_finished_4 drupal/modules/simpletest/tests/batch_test.callbacks.inc Implements callback_batch_finished(). 1
_batch_test_finished_5 drupal/modules/simpletest/tests/batch_test.callbacks.inc Implements callback_batch_finished(). 1
_batch_test_finished_helper drupal/modules/simpletest/tests/batch_test.callbacks.inc Implements callback_batch_finished(). 6
_batch_test_nested_batch_callback drupal/modules/simpletest/tests/batch_test.callbacks.inc Implements callback_batch_operation(). 1
_batch_test_nested_drupal_form_submit_callback drupal/modules/simpletest/tests/batch_test.module Batch operation: submits form_test_mock_form using drupal_form_submit(). 1
_batch_test_theme_callback drupal/modules/simpletest/tests/batch_test.module Batch callback function for testing the theme used on the progress page. 1
_block_compare drupal/modules/block/block.admin.inc Sorts active blocks by region, then by weight; sorts inactive blocks by name. 1
_block_custom_theme drupal/modules/block/block.module Theme callback for the block configuration pages. 1
_block_get_cache_id drupal/modules/block/block.module Assemble the cache_id to use for a given block. 1
_block_get_renderable_array drupal/modules/block/block.module Gets an array of blocks suitable for drupal_render(). 3
_block_load_blocks drupal/modules/block/block.module Loads blocks' information from the database. 1
_block_rehash drupal/modules/block/block.module Updates the 'block' DB table with the blocks currently exported by modules. 5
_block_render_blocks drupal/modules/block/block.module Render the content and subject for a set of blocks. 3
_block_themes_access drupal/modules/block/block.module Menu item access callback - only admin or enabled themes can be accessed. 1
_blog_post_exists drupal/modules/blog/blog.module Helper function to determine if a user has blog posts already. 1
_book_add_form_elements drupal/modules/book/book.module Builds the common elements of the book form for the node and outline forms. 2
_book_admin_table drupal/modules/book/book.admin.inc Builds the table portion of the form for the book administration page. 1
_book_admin_table_tree drupal/modules/book/book.admin.inc Helps build the main table in the book administration page form. 1
_book_flatten_menu drupal/modules/book/book.module Recursively converts a tree of menu links to a flat array. 1
_book_install_type_create drupal/modules/book/book.install Creates the book content type. 1
_book_link_defaults drupal/modules/book/book.module Returns an array with default values for a book page's menu link. 2
_book_node_is_removable drupal/modules/book/book.module Determines if a node can be removed from the book. 3
_book_outline_access drupal/modules/book/book.module Access callback: Determines if the outline tab is accessible. 1 1
_book_outline_remove_access drupal/modules/book/book.module Access callback: Determines if the user can remove nodes from the outline. 1
_book_parent_depth_limit drupal/modules/book/book.module Finds the depth limit for items in the parent select. 2
_book_parent_select drupal/modules/book/book.module Builds the parent selection form element for the node form or outline tab. 1
_book_toc_recurse drupal/modules/book/book.module Recursively processes and formats menu items for book_toc(). 1

Pages

Other projects