Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| _batch_do | function | includes/ |
Does one execution pass with JavaScript and returns progress to the browser. |
| _batch_finished | function | includes/ |
Ends the batch processing. |
| _batch_next_set | function | includes/ |
Retrieves the next set in a batch. |
| _batch_page | function | includes/ |
Renders the batch processing page based on the current state of the batch. |
| _batch_populate_queue | function | includes/ |
Populates a job queue with the operations of a batch set. |
| _batch_process | function | includes/ |
Processes sets in a batch. |
| _batch_progress_page | function | includes/ |
Outputs a batch processing page. |
| _batch_queue | function | includes/ |
Returns a queue object for a batch set. |
| _batch_shutdown | function | includes/ |
Shutdown function: Stores the current batch data for the next request. |
| _batch_test_batch_0 | function | modules/ |
Batch 0: no operation. |
| _batch_test_batch_1 | function | modules/ |
Batch 1: repeats a simple operation. |
| _batch_test_batch_2 | function | modules/ |
Batch 2: single multistep operation. |
| _batch_test_batch_3 | function | modules/ |
Batch 3: both single and multistep operations. |
| _batch_test_batch_4 | function | modules/ |
Batch 4: batch within a batch. |
| _batch_test_batch_5 | function | modules/ |
Batch 5: repeats a simple operation. |
| _batch_test_callback_1 | function | modules/ |
Implements callback_batch_operation(). |
| _batch_test_callback_2 | function | modules/ |
Implements callback_batch_operation(). |
| _batch_test_callback_5 | function | modules/ |
Implements callback_batch_operation(). |
| _batch_test_finished_0 | function | modules/ |
Implements callback_batch_finished(). |
| _batch_test_finished_1 | function | modules/ |
Implements callback_batch_finished(). |
| _batch_test_finished_2 | function | modules/ |
Implements callback_batch_finished(). |
| _batch_test_finished_3 | function | modules/ |
Implements callback_batch_finished(). |
| _batch_test_finished_4 | function | modules/ |
Implements callback_batch_finished(). |
| _batch_test_finished_5 | function | modules/ |
Implements callback_batch_finished(). |
| _batch_test_finished_helper | function | modules/ |
Implements callback_batch_finished(). |
| _batch_test_nested_batch_callback | function | modules/ |
Implements callback_batch_operation(). |
| _batch_test_nested_drupal_form_submit_callback | function | modules/ |
Batch operation: submits form_test_mock_form using drupal_form_submit(). |
| _batch_test_theme_callback | function | modules/ |
Batch callback function for testing the theme used on the progress page. |
| _block_compare | function | modules/ |
Sorts active blocks by region, then by weight; sorts inactive blocks by name. |
| _block_custom_theme | function | modules/ |
Theme callback for the block configuration pages. |
| _block_get_cache_id | function | modules/ |
Assemble the cache_id to use for a given block. |
| _block_get_renderable_array | function | modules/ |
Gets an array of blocks suitable for drupal_render(). |
| _block_load_blocks | function | modules/ |
Loads blocks' information from the database. |
| _block_rehash | function | modules/ |
Updates the 'block' DB table with the blocks currently exported by modules. |
| _block_render_blocks | function | modules/ |
Render the content and subject for a set of blocks. |
| _block_themes_access | function | modules/ |
Menu item access callback - only admin or enabled themes can be accessed. |
| _blog_post_exists | function | modules/ |
Helper function to determine if a user has blog posts already. |
| _book_add_form_elements | function | modules/ |
Builds the common elements of the book form for the node and outline forms. |
| _book_admin_table | function | modules/ |
Builds the table portion of the form for the book administration page. |
| _book_admin_table_tree | function | modules/ |
Helps build the main table in the book administration page form. |
| _book_flatten_menu | function | modules/ |
Recursively converts a tree of menu links to a flat array. |
| _book_install_type_create | function | modules/ |
Creates the book content type. |
| _book_link_defaults | function | modules/ |
Returns an array with default values for a book page's menu link. |
| _book_node_is_removable | function | modules/ |
Determines if a node can be removed from the book. |
| _book_outline_access | function | modules/ |
Access callback: Determines if the outline tab is accessible. |
| _book_outline_remove_access | function | modules/ |
Access callback: Determines if the user can remove nodes from the outline. |
| _book_parent_depth_limit | function | modules/ |
Finds the depth limit for items in the parent select. |
| _book_parent_select | function | modules/ |
Builds the parent selection form element for the node form or outline tab. |
| _book_toc_recurse | function | modules/ |
Recursively processes and formats menu items for book_toc(). |
| _book_update_outline | function | modules/ |
Handles additions and updates to the book outline. |
Pagination
- Previous page
- Page 222
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.