| Name | Location | Description |
|---|---|---|
| _node_type_example_installed_fields |
modules/ |
Defines the fields for our content type. |
| _node_type_example_installed_instances |
modules/ |
Defines the field instances for our content type. |
| _options_form_to_storage |
core/ |
Transforms submitted form values into field storage format. |
| _options_get_options |
core/ |
Collects the options for a field. |
| _options_prepare_options |
core/ |
Sanitizes the options. |
| _options_properties |
core/ |
Describes the preparation steps required by each widget. |
| _options_storage_to_form |
core/ |
Transforms stored field values into the format the widgets need. |
| _password_base64_encode |
core/ |
Encodes bytes into printable base 64 using the *nix standard from crypt(). |
| _password_crypt |
core/ |
Hash a password using a secure stretched hash. |
| _password_enforce_log2_boundaries |
core/ |
Ensures that $count_log2 is within set bounds. |
| _password_generate_salt |
core/ |
Generates a random base 64-encoded salt prefixed with settings for the hash. |
| _password_get_count_log2 |
core/ |
Parse the log2 iteration count from a stored hash or setting string. |
| _password_itoa64 |
core/ |
Returns a string for mapping an int to the corresponding base 64 character. |
| _path_clean_separators |
core/ |
Trims duplicate, leading, and trailing separators from a string. |
| _path_get_language_names |
core/ |
Get language names from codes and concatenate to string. |
| _path_get_schema_alias_maxlength |
core/ |
Fetch the maximum length of the {url_alias}.alias field from the schema. |
| _path_is_callback |
core/ |
Verify if the given path is a valid menu callback. |
| _path_load_loosely_by_source |
core/ |
Fetches an existing URL alias given a path and optional language. |
| _redirect_extract_url_options |
core/ |
Extract the query and fragment parts out of an URL field. |
| _redirect_uasort |
core/ |
uasort callback; Compare redirects based on language neutrality and rids. |
| _search_excerpt_match_filter |
core/ |
Helper function for array_filter() in search_search_excerpt_match(). |
| _search_excerpt_replace |
core/ |
Helper function for array_walk() in search_excerpt(). |
| _search_get_module_names |
core/ |
Helper function to get real module names. |
| _search_index_truncate |
core/ |
Helper function for array_walk in search_index_split. |
| _search_menu_access |
core/ |
Access callback for search tabs. |
| _session_test_get |
core/ |
Page callback, prints the stored session value to the screen. |
| _session_test_id |
core/ |
Menu callback: print the current session ID. |
| _session_test_id_from_cookie |
core/ |
Menu callback: print the current session ID as read from the cookie. |
| _session_test_is_logged_in |
core/ |
Menu callback, only available if current user is logged in. |
| _session_test_no_set |
core/ |
Menu callback: turns off session saving and then tries to save a value anyway. |
| _session_test_set |
core/ |
Page callback, stores a value in $_SESSION['session_test_value']. |
| _session_test_set_message |
core/ |
Menu callback, sets a message to me displayed on the following page. |
| _session_test_set_message_but_do_not_save |
core/ |
Menu callback, sets a message but call backdrop_save_session(FALSE). |
| _simpletest_batch_finished |
core/ |
|
| _simpletest_batch_operation |
core/ |
Batch operation callback. |
| _simpletest_example_explanation |
modules/ |
Returns an explanation of this module. |
| _simpletest_format_summary_line |
core/ |
|
| _system_batch_theme |
core/ |
Theme callback for the default batch page. |
| _system_block_configure |
core/ |
Implements hook_block_configure(). |
| _system_check_db_utf8mb4_requirements |
core/ |
Checks whether the requirements for multi-byte UTF-8 support are met. |
| _system_format_debug_info |
core/ |
Given an array of data, it formats it into a plain-text 2-column output. |
| _system_info_add_path |
core/ |
Prefixes all values in an .info file array with a given path. |
| _system_is_incompatible |
core/ |
Recursively check compatibility. |
| _system_modules_build_row |
core/ |
Build a table row for the system modules page. |
| _system_rebuild_module_data |
core/ |
Helper function to scan and collect module .info data. |
| _system_rebuild_theme_data |
core/ |
Helper function to scan and collect theme .info data and their engines. |
| _system_site_information_settings_validate_path |
core/ |
Helper function for the system_site_information_settings form. |
| _system_sort_form_values_by_config |
core/ |
Sorts the $form_state['values'] array into CMI buckets by $form['#config']. |
| _system_sort_requirements |
core/ |
Helper function to sort requirements. |
| _system_test_first_shutdown_function |
core/ |
Dummy shutdown function which registers another shutdown function. |