_node_access_rebuild_batch_operation |
core/modules/node/node.module |
Performs batch operation for node_access_rebuild(). |
_node_access_test_node_write |
core/modules/node/tests/node_access_test/node_access_test.module |
Helper for node insert/update. |
_node_access_write_grants |
core/modules/node/node.module |
Writes a list of grants to the database, deleting any previously saved ones. |
_node_add_access |
core/modules/node/node.module |
Access callback: Checks whether the user has permission to add a node. |
_node_characters |
core/modules/node/node.types.inc |
Helper function for teaser length choices. |
_node_extract_type |
core/modules/node/node.module |
Extracts the type name. |
_node_index_node |
core/modules/node/node.module |
Indexes a single node. |
_node_mass_update_batch_finished |
core/modules/node/node.admin.inc |
Menu callback: Reports the status of batch operation for node_mass_update(). |
_node_mass_update_batch_process |
core/modules/node/node.admin.inc |
Executes a batch operation for node_mass_update(). |
_node_mass_update_helper |
core/modules/node/node.admin.inc |
Updates individual nodes when fewer than 10 are queued. |
_node_query_node_access_alter |
core/modules/node/node.module |
Helper for node access functions. |
_node_rankings |
core/modules/node/node.module |
Gathers the rankings from the the hook_ranking implementations. |
_node_revision_access |
core/modules/node/node.module |
Access callback: Checks node revision access. |
_node_search_get_types |
core/modules/node/node.module |
Get the list of node types that are enabled for indexing. |
_node_search_query_alter |
core/modules/node/node.module |
Exclude nodes from the search query in the special situations. |
_node_types_build |
core/modules/node/node.module |
Builds and returns the list of available node types. |
_node_type_example_installed_fields |
modules/examples/node_type_example/node_type_example.module |
Defines the fields for our content type. |
_node_type_example_installed_instances |
modules/examples/node_type_example/node_type_example.module |
Defines the field instances for our content type. |
_options_form_to_storage |
core/modules/field/modules/options/options.module |
Transforms submitted form values into field storage format. |
_options_get_options |
core/modules/field/modules/options/options.module |
Collects the options for a field. |
_options_prepare_options |
core/modules/field/modules/options/options.module |
Sanitizes the options. |
_options_properties |
core/modules/field/modules/options/options.module |
Describes the preparation steps required by each widget. |
_options_storage_to_form |
core/modules/field/modules/options/options.module |
Transforms stored field values into the format the widgets need. |
_password_base64_encode |
core/includes/password.inc |
Encodes bytes into printable base 64 using the *nix standard from crypt(). |
_password_crypt |
core/includes/password.inc |
Hash a password using a secure stretched hash. |
_password_enforce_log2_boundaries |
core/includes/password.inc |
Ensures that $count_log2 is within set bounds. |
_password_generate_salt |
core/includes/password.inc |
Generates a random base 64-encoded salt prefixed with settings for the hash. |
_password_get_count_log2 |
core/includes/password.inc |
Parse the log2 iteration count from a stored hash or setting string. |
_password_itoa64 |
core/includes/password.inc |
Returns a string for mapping an int to the corresponding base 64 character. |
_path_clean_separators |
core/modules/path/path.inc |
Trims duplicate, leading, and trailing separators from a string. |
_path_get_schema_alias_maxlength |
core/modules/path/path.inc |
Fetch the maximum length of the {url_alias}.alias field from the schema. |
_path_is_callback |
core/modules/path/path.inc |
Verify if the given path is a valid menu callback. |
_path_load_loosely_by_source |
core/modules/path/path.inc |
Fetches an existing URL alias given a path and optional language. |
_redirect_extract_url_options |
core/modules/redirect/redirect.admin.inc |
Extract the query and fragment parts out of an URL field. |
_redirect_uasort |
core/modules/redirect/redirect.module |
uasort callback; Compare redirects based on language neutrality and rids. |
_search_excerpt_match_filter |
core/modules/search/search.module |
Helper function for array_filter() in search_search_excerpt_match(). |
_search_excerpt_replace |
core/modules/search/search.module |
Helper function for array_walk() in search_excerpt(). |
_search_get_module_names |
core/modules/search/search.admin.inc |
Helper function to get real module names. |
_search_index_truncate |
core/modules/search/search.module |
Helper function for array_walk in search_index_split. |
_search_menu_access |
core/modules/search/search.module |
Access callback for search tabs. |
_session_test_get |
core/modules/simpletest/tests/session_test.module |
Page callback, prints the stored session value to the screen. |
_session_test_id |
core/modules/simpletest/tests/session_test.module |
Menu callback: print the current session ID. |
_session_test_id_from_cookie |
core/modules/simpletest/tests/session_test.module |
Menu callback: print the current session ID as read from the cookie. |
_session_test_is_logged_in |
core/modules/simpletest/tests/session_test.module |
Menu callback, only available if current user is logged in. |
_session_test_no_set |
core/modules/simpletest/tests/session_test.module |
Menu callback: turns off session saving and then tries to save a value
anyway. |
_session_test_set |
core/modules/simpletest/tests/session_test.module |
Page callback, stores a value in $_SESSION['session_test_value']. |
_session_test_set_message |
core/modules/simpletest/tests/session_test.module |
Menu callback, sets a message to me displayed on the following page. |
_session_test_set_message_but_do_not_save |
core/modules/simpletest/tests/session_test.module |
Menu callback, sets a message but call backdrop_save_session(FALSE). |
_simpletest_batch_finished |
core/modules/simpletest/simpletest.module |
|
_simpletest_batch_operation |
core/modules/simpletest/simpletest.module |
Batch operation callback. |