_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. |
_update_get_fetch_url_base |
core/modules/update/update.fetch.inc |
Returns the base of the URL to fetch available update data for a project. |
_update_message_text |
core/modules/update/update.module |
Returns the appropriate message text when site is out of date or not secure. |
_update_no_data |
core/modules/update/update.module |
Returns a warning message when there is no data about available updates. |
_update_process_fetch_task |
core/modules/update/update.fetch.inc |
Processes a task to fetch available update data for a single project. |
_update_process_info_list |
core/modules/update/update.compare.inc |
Populates an array of project data. |
_update_project_status_sort |
core/modules/update/update.module |
Orders projects based on their status. |
_update_refresh |
core/modules/update/update.fetch.inc |
Clears out all the cached available update data and initiates re-fetching. |
_update_requirement_check |
core/modules/update/update.install |
Fills in the requirements array. |
_user_cancel |
core/modules/user/user.module |
Last batch processing step for cancelling a user account. |
_user_cancel_session_regenerate |
core/modules/user/user.module |
Finished batch processing callback for cancelling a user account. |
_user_mail_notify |
core/modules/user/user.module |
Conditionally create and send a notification email when a certain
operation happens on the given user account. |
_user_mail_text |
core/modules/user/user.module |
Returns a mail string for a variable name. |
_user_password_evaluate_strength |
core/modules/user/user.password.inc |
Evaluate password strength
Adapted from https://github.com/dropbox/zxcvbn. |
_user_password_policy_help |
core/modules/user/user.password.inc |
Generates help text for core password constraints on forms. |
_vertical_tabs_example_explanation |
modules/examples/vertical_tabs_example/vertical_tabs_example.module |
Simple explanation page. |
_views_array_filter_zero |
core/modules/views/handlers/views_handler_filter.inc |
Filter by no empty values, though allow to use "0". |
_views_create_handler |
core/modules/views/includes/utility.inc |
Instantiate and construct a new handler |
_views_data_process_entity_types |
core/modules/views/includes/cache.inc |
Links tables having an 'entity type' specified to the respective, generic
entity-type tables. |
_views_fetch_data |
core/modules/views/includes/cache.inc |
Fetch Views' data from the cache. |
_views_fetch_data_build |
core/modules/views/includes/cache.inc |
Build and set the views data cache if empty. |
_views_fetch_plugin_data |
core/modules/views/includes/cache.inc |
Fetch the plugin data from cache. |
_views_file_status |
core/modules/system/views/system.views.inc |
|
_views_find_module_templates |
core/modules/views/views.module |
Scans a directory of a module for template files. |