_transliteration_replace |
core/includes/transliteration.inc |
Replaces a Unicode character using the transliteration database. |
_transliteration_process |
core/includes/transliteration.inc |
Transliterates UTF-8 encoded text to US-ASCII. |
_transliteration_ord_utf8 |
core/includes/transliteration.inc |
Finds the character code for a UTF-8 character: like ord() but for UTF-8. |
_translation_tab_access |
core/modules/translation/translation.module |
Access callback: Checks that the user has permission to 'translate content'. |
_token_example_get_user |
modules/examples/token_example/token_example.module |
Builds a list of available user accounts. |
_token_example_get_taxonomy_term |
modules/examples/token_example/token_example.module |
Builds a list of available taxonomy terms. |
_token_example_get_node |
modules/examples/token_example/token_example.module |
Builds a list of available content. |
_token_example_get_file |
modules/examples/token_example/token_example.module |
Builds a list of available files. |
_token_example_get_comment |
modules/examples/token_example/token_example.module |
Builds a list of available comments. |
_token_build_tree |
core/includes/token.inc |
Recursive helper for token_build_tree(). |
_theme_test_suggestion |
core/modules/simpletest/tests/theme_test.module |
Page callback, calls a theme hook suggestion. |
_theme_test_load_registry |
core/modules/simpletest/tests/theme_test.module |
Fake registry loading callback. |
_theme_test_alter |
core/modules/simpletest/tests/theme_test.module |
Page callback, calls backdrop_alter(). |
_theme_table_cell |
core/includes/theme.inc |
Returns HTML output for a single table cell for theme_table(). |
_theme_save_registry |
core/includes/theme.inc |
Writes the theme_registry cache into the database. |
_theme_render_template_debug |
core/includes/theme.inc |
Renders a template for any engine. |
_theme_registry_callback |
core/includes/theme.inc |
Sets the callback that will be used by theme_get_registry(). |
_theme_process_registry |
core/includes/theme.inc |
Process a single implementation of hook_theme(). |
_theme_load_registry |
core/includes/theme.inc |
Gets the theme_registry cache; if it doesn't exist, builds it. |
_theme_load_offline_registry |
core/includes/theme.maintenance.inc |
Builds the registry when the site needs to bypass any database calls. |
_theme_custom_theme |
core/modules/simpletest/tests/theme_test.module |
Custom theme callback. |
_theme_build_registry |
core/includes/theme.inc |
Builds the theme registry cache. |
_text_sanitize |
core/modules/field/modules/text/text.module |
Sanitizes the 'value' or 'summary' data of a text value. |
_template_preprocess_default_variables |
core/includes/theme.inc |
Returns hook-independent variables to template_preprocess(). |
_telemetry_site_key |
core/modules/telemetry/telemetry.module |
Get an anonymous, unique identifier for this site. |
_telemetry_destination_server_name |
core/modules/telemetry/telemetry.module |
Returns the hostname of the destination server for Telemetry data. |
_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. |
_taxonomy_get_tid_from_term |
core/modules/taxonomy/taxonomy.module |
Helper function for array_map purposes. |
_system_utf8mb4_convert_batch_finished |
core/modules/system/system.admin.inc |
Performs post-processing for node_access_rebuild(). |
_system_utf8mb4_convert_batch |
core/modules/system/system.admin.inc |
Executes a batch operation for system_utf8mb4_convert_form_submit(). |
_system_update_bootstrap_status |
core/modules/system/system.module |
Refresh bootstrap column in the system table. |
_system_themes_access |
core/modules/system/system.module |
Menu item access callback - only admin or enabled themes can be accessed. |
_system_test_second_shutdown_function |
core/modules/simpletest/tests/system_test.module |
Dummy shutdown function. |
_system_test_first_shutdown_function |
core/modules/simpletest/tests/system_test.module |
Dummy shutdown function which registers another shutdown function. |
_system_sort_requirements |
core/modules/system/system.module |
Helper function to sort requirements. |
_system_sort_form_values_by_config |
core/modules/system/system.module |
Sorts the $form_state['values'] array into CMI buckets by $form['#config']. |
_system_site_information_settings_validate_path |
core/modules/system/system.admin.inc |
Helper function for the system_site_information_settings form. |
_system_rebuild_theme_data |
core/modules/system/system.module |
Helper function to scan and collect theme .info data and their engines. |
_system_rebuild_module_data |
core/modules/system/system.module |
Helper function to scan and collect module .info data. |
_system_modules_build_row |
core/modules/system/system.admin.inc |
Build a table row for the system modules page. |
_system_is_incompatible |
core/modules/system/system.admin.inc |
Recursively check compatibility. |
_system_info_add_path |
core/modules/system/system.module |
Prefixes all values in an .info file array with a given path. |
_system_format_debug_info |
core/modules/system/system.admin.inc |
Given an array of data, it formats it into a plain-text 2-column output. |
_system_check_db_utf8mb4_requirements |
core/modules/system/system.install |
Checks whether the requirements for multi-byte UTF-8 support are met. |
_system_block_configure |
core/modules/system/system.menu.inc |
Implements hook_block_configure(). |
_system_batch_theme |
core/modules/system/system.module |
Theme callback for the default batch page. |
_simpletest_format_summary_line |
core/modules/simpletest/simpletest.module |
|
_simpletest_example_explanation |
modules/examples/simpletest_example/simpletest_example.module |
Returns an explanation of this module. |
_simpletest_batch_operation |
core/modules/simpletest/simpletest.module |
Batch operation callback. |
_simpletest_batch_finished |
core/modules/simpletest/simpletest.module |
|