_system_sort_form_values_by_config |
core/modules/system/system.module |
Sorts the $form_state['values'] array into CMI buckets by $form['#config']. |
_system_sort_requirements |
core/modules/system/system.module |
Helper function to sort requirements. |
_system_test_first_shutdown_function |
core/modules/simpletest/tests/system_test.module |
Dummy shutdown function which registers another shutdown function. |
_system_test_second_shutdown_function |
core/modules/simpletest/tests/system_test.module |
Dummy shutdown function. |
_system_themes_access |
core/modules/system/system.module |
Menu item access callback - only admin or enabled themes can be accessed. |
_system_update_bootstrap_status |
core/modules/system/system.module |
Refresh bootstrap column in the system table. |
_system_utf8mb4_convert_batch |
core/modules/system/system.admin.inc |
Executes a batch operation for system_utf8mb4_convert_form_submit(). |
_system_utf8mb4_convert_batch_finished |
core/modules/system/system.admin.inc |
Performs post-processing for node_access_rebuild(). |
_taxonomy_get_tid_from_term |
core/modules/taxonomy/taxonomy.module |
Helper function for array_map purposes. |
_taxonomy_token_term_parent_list |
core/modules/taxonomy/taxonomy.tokens.inc |
Get a list of a term's parents as a term ID to label map. |
_telemetry_destination_server_name |
core/modules/telemetry/telemetry.module |
Returns the hostname of the destination server for Telemetry data. |
_telemetry_site_key |
core/modules/telemetry/telemetry.module |
Get an anonymous, unique identifier for this site. |
_template_preprocess_default_variables |
core/includes/theme.inc |
Returns hook-independent variables to template_preprocess(). |
_text_sanitize |
core/modules/field/modules/text/text.module |
Sanitizes the 'value' or 'summary' data of a text value. |
_theme_build_registry |
core/includes/theme.inc |
Builds the theme registry cache. |
_theme_custom_theme |
core/modules/simpletest/tests/theme_test.module |
Custom theme callback. |
_theme_load_offline_registry |
core/includes/theme.maintenance.inc |
Builds the registry when the site needs to bypass any database calls. |
_theme_load_registry |
core/includes/theme.inc |
Gets the theme_registry cache; if it doesn't exist, builds it. |
_theme_process_registry |
core/includes/theme.inc |
Process a single implementation of hook_theme(). |
_theme_registry_callback |
core/includes/theme.inc |
Sets the callback that will be used by theme_get_registry(). |
_theme_render_template_debug |
core/includes/theme.inc |
Renders a template for any engine. |
_theme_save_registry |
core/includes/theme.inc |
Writes the theme_registry cache into the database. |
_theme_table_cell |
core/includes/theme.inc |
Returns HTML output for a single table cell for theme_table(). |
_theme_test_alter |
core/modules/simpletest/tests/theme_test.module |
Page callback, calls backdrop_alter(). |
_theme_test_load_registry |
core/modules/simpletest/tests/theme_test.module |
Fake registry loading callback. |
_theme_test_suggestion |
core/modules/simpletest/tests/theme_test.module |
Page callback, calls a theme hook suggestion. |
_token_build_tree |
core/includes/token.inc |
Recursive helper for token_build_tree(). |
_token_example_get_comment |
modules/examples/token_example/token_example.module |
Builds a list of available comments. |
_token_example_get_file |
modules/examples/token_example/token_example.module |
Builds a list of available files. |
_token_example_get_node |
modules/examples/token_example/token_example.module |
Builds a list of available content. |
_token_example_get_taxonomy_term |
modules/examples/token_example/token_example.module |
Builds a list of available taxonomy terms. |
_token_example_get_user |
modules/examples/token_example/token_example.module |
Builds a list of available user accounts. |
_translation_tab_access |
core/modules/translation/translation.module |
Access callback: Checks that the user has permission to 'translate content'. |
_transliteration_ord_utf8 |
core/includes/transliteration.inc |
Finds the character code for a UTF-8 character: like ord() but for UTF-8. |
_transliteration_process |
core/includes/transliteration.inc |
Transliterates UTF-8 encoded text to US-ASCII. |
_transliteration_replace |
core/includes/transliteration.inc |
Replaces a Unicode character using the transliteration database. |
_unicode_caseflip |
core/includes/unicode.inc |
Flips U+C0-U+DE to U+E0-U+FD and back. |
_unicode_check |
core/includes/unicode.inc |
Perform checks about Unicode support in PHP, and set the right settings if
needed. |
_update_7000_field_sql_storage_write |
core/modules/field/modules/field_sql_storage/field_sql_storage.install |
Utility function: write field data directly to SQL storage. |
_update_build_fetch_url |
core/modules/update/update.fetch.inc |
Generates the URL to fetch information about project updates. |
_update_build_layout_data |
core/modules/update/update.compare.inc |
Helper function to scan and collect layout data. |
_update_cache_clear |
core/modules/update/update.module |
Invalidates cached data relating to update status. |
_update_cache_get |
core/modules/update/update.module |
Retrieves data from the private update status cache table. |
_update_cache_set |
core/modules/update/update.module |
Stores data in the private update status cache table. |
_update_checking_enabled |
core/modules/update/update.module |
Check if update checking should make HTTP requests to the update server. |
_update_create_fetch_task |
core/modules/update/update.fetch.inc |
Adds a task to the queue for fetching release history data for a project. |
_update_cron_notify |
core/modules/update/update.fetch.inc |
Performs any notifications that should be done once cron fetches new data. |
_update_fetch_data |
core/modules/update/update.fetch.inc |
Attempts to drain the queue of tasks for release history data to fetch. |
_update_get_cached_available_releases |
core/modules/update/update.module |
Returns all currently cached data about available releases for all projects. |
_update_get_cache_multiple |
core/modules/update/update.module |
Returns an array of cache items with a given cache ID prefix. |