_date_field_instance_settings_form |
core/modules/date/date.admin.inc |
Helper function for date_field_instance_settings_form(). |
_date_element_info |
core/modules/date/date.elements.inc |
Implements hook_element_info(). |
_date_default_field_widget_form |
core/modules/date/date.elements.inc |
Helper for the default widget form. |
_contact_personal_tab_access |
core/modules/contact/contact.module |
Access callback: Checks access for a user's personal contact form. |
_config_sync_validate |
core/modules/config/config.sync.inc |
Batch API callback. Validate the changes before attempting to sync.
Reports all discovered issues in a message. |
_config_sync_start |
core/modules/config/config.sync.inc |
Batch API callback. Start the config import. |
_config_sync_import |
core/modules/config/config.sync.inc |
Batch API callback. Import the individual config files. |
_config_sync_finished |
core/modules/config/config.sync.inc |
Batch API callback. Finish the config import. |
_comment_get_modes |
core/modules/comment/comment.module |
Returns an array of viewing modes for comment listings. |
_comment_close_all |
core/modules/comment/comment.module |
Close all comments that meet the current threshold. |
_comment_body_field_create |
core/modules/comment/comment.module |
Creates a comment_body field instance for a given node type. |
_color_unpack |
core/modules/color/color.module |
Converts a hex color into an RGB triplet. |
_color_shift |
core/modules/color/color.module |
Shifts a given color, using a reference pair and a target blend color. |
_color_save_stylesheet |
core/modules/color/color.module |
Saves the rewritten stylesheet to disk. |
_color_rgb2hsl |
core/modules/color/color.module |
Converts an RGB triplet to HSL. |
_color_rewrite_stylesheet |
core/modules/color/color.module |
Rewrites the stylesheet to match the colors in the palette. |
_color_preview_theme |
core/modules/color/color.module |
Returns the name of the theme currently being previewed. |
_color_pack |
core/modules/color/color.module |
Converts an RGB triplet to a hex color. |
_color_hue2rgb |
core/modules/color/color.module |
Helper function for _color_hsl2rgb(). |
_color_hsl2rgb |
core/modules/color/color.module |
Converts an HSL triplet into RGB. |
_color_get_theme_from_file |
core/modules/color/color.module |
Finds which theme a CSS file came from. |
_color_get_file_path |
core/modules/color/color.module |
Finds the original file path of a CSS file from the color configuration. |
_color_config_save |
core/modules/color/color.module |
Shared callback used by color_config_create() and hook_config_update(). |
_ckeditor_theme_css |
core/modules/ckeditor/ckeditor.module |
Retrieves the default theme's CKEditor stylesheets defined in the .info file. |
_ckeditor_settings_stringify_style_list |
core/modules/ckeditor/ckeditor.admin.inc |
Convert the stored array of styles into a string for editing. |
_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. |
_ckeditor5_upgrade_format |
core/modules/ckeditor5/ckeditor5.upgrade.inc |
Internal use only, performs the actual upgrade. |
_ckeditor5_theme_css |
core/modules/ckeditor5/ckeditor5.module |
Retrieves the default theme's CKEditor stylesheets defined in the .info file. |
_ckeditor5_settings_stringify_style_list |
core/modules/ckeditor5/ckeditor5.admin.inc |
Convert the stored array of styles into a string for editing. |
_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_link_image_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_image_alignment_plugin_check |
core/modules/ckeditor5/ckeditor5.module |
Enabled callback for hook_ckeditor5_plugins(). |
_ckeditor5_get_plugin_libraries |
core/modules/ckeditor5/ckeditor5.module |
Retrieve a list of CKEditor-related libraries used by any CKEditor 5 plugin. |
_ckeditor5_get_generic_html_settings |
core/modules/ckeditor5/ckeditor5.module |
Builds the ACF part of the CKEditor JS settings. |
_book_update_outline |
core/modules/book/book.module |
Handles additions and updates to the book outline. |
_book_toc_recurse |
core/modules/book/book.module |
Recursively processes and formats menu items for book_toc(). |
_book_parent_select |
core/modules/book/book.module |
Builds the parent selection form element for the node form or outline tab. |
_book_parent_depth_limit |
core/modules/book/book.module |
Finds the depth limit for items in the parent select. |
_book_outline_remove_access |
core/modules/book/book.module |
Access callback: Determines if the user can remove nodes from the outline. |
_book_outline_access |
core/modules/book/book.module |
Access callback: Determines if the outline tab is accessible. |
_book_node_is_removable |
core/modules/book/book.module |
Determines if a node can be removed from the book. |
_book_link_defaults |
core/modules/book/book.module |
Returns an array with default values for a book page's menu link. |
_book_install_type_create |
core/modules/book/book.install |
Creates the book content type. |
_book_flatten_menu |
core/modules/book/book.module |
Recursively converts a tree of menu links to a flat array. |
_book_admin_table_tree |
core/modules/book/book.admin.inc |
Helps build the main table in the book administration page form. |
_book_admin_table |
core/modules/book/book.admin.inc |
Builds the table portion of the form for the book administration page. |
_book_add_form_elements |
core/modules/book/book.module |
Builds the common elements of the book form for the node and outline forms. |
_batch_test_theme_callback |
core/modules/simpletest/tests/batch_test.module |
Batch callback function for testing the theme used on the progress page. |
_batch_test_nested_batch_callback |
core/modules/simpletest/tests/batch_test.callbacks.inc |
Batch operation setting up its own batch. |