_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(). |
_book_update_outline |
core/modules/book/book.module |
Handles additions and updates to the book outline. |
_ckeditor5_get_generic_html_settings |
core/modules/ckeditor5/ckeditor5.module |
Builds the ACF part of the CKEditor JS settings. |
_ckeditor5_get_plugin_libraries |
core/modules/ckeditor5/ckeditor5.module |
Retrieve a list of CKEditor-related libraries used by any CKEditor 5 plugin. |
_ckeditor5_image_alignment_plugin_check |
core/modules/ckeditor5/ckeditor5.module |
Enabled callback for hook_ckeditor5_plugins(). |
_ckeditor5_image_caption_plugin_check |
core/modules/ckeditor5/ckeditor5.module |
Enabled callback for hook_ckeditor5_plugins(). |
_ckeditor5_link_image_plugin_check |
core/modules/ckeditor5/ckeditor5.module |
Enabled callback for hook_ckeditor5_plugins(). |
_ckeditor5_settings_parse_style_list |
core/modules/ckeditor5/ckeditor5.admin.inc |
Parse a string of styles in the format of element.class|Label into an array. |
_ckeditor5_settings_stringify_style_list |
core/modules/ckeditor5/ckeditor5.admin.inc |
Convert the stored array of styles into a string for editing. |
_ckeditor5_theme_css |
core/modules/ckeditor5/ckeditor5.module |
Retrieves the default theme's CKEditor stylesheets defined in the .info file. |
_ckeditor5_upgrade_format |
core/modules/ckeditor5/ckeditor5.upgrade.inc |
Internal use only, performs the actual upgrade. |
_ckeditor_settings_parse_style_list |
core/modules/ckeditor/ckeditor.admin.inc |
Parse a string of styles in the format of element.class|Label into an array. |
_ckeditor_settings_stringify_style_list |
core/modules/ckeditor/ckeditor.admin.inc |
Convert the stored array of styles into a string for editing. |
_ckeditor_theme_css |
core/modules/ckeditor/ckeditor.module |
Retrieves the default theme's CKEditor stylesheets defined in the .info file. |
_color_config_save |
core/modules/color/color.module |
Shared callback used by color_config_create() and hook_config_update(). |
_color_get_file_path |
core/modules/color/color.module |
Finds the original file path of a CSS file from the color configuration. |
_color_get_theme_from_file |
core/modules/color/color.module |
Finds which theme a CSS file came from. |
_color_hsl2rgb |
core/modules/color/color.module |
Converts an HSL triplet into RGB. |