_menu_router_build |
core/includes/menu.inc |
Builds the router table based on the data from hook_menu(). |
_menu_router_cache |
core/includes/menu.inc |
Stores the menu router if we have it in memory. |
_menu_router_save |
core/includes/menu.inc |
Saves data from menu_router_build() to the router table. |
_menu_set_expanded_menus |
core/includes/menu.inc |
Updates a list of menus with expanded items. |
_menu_site_status |
core/includes/menu.inc |
Checks whether the site is in maintenance mode. |
_menu_token_link_load |
core/modules/menu/menu.tokens.inc |
Token-specific loader for menu links that maintains its own static cache. |
_menu_token_link_load_all_parents |
core/modules/menu/menu.tokens.inc |
Load all menu parents given a Menu Link ID. |
_menu_token_node_link_load |
core/modules/menu/menu.tokens.inc |
Load the preferred menu link associated with a node. |
_menu_translate |
core/includes/menu.inc |
Handles dynamic path translation and menu access control. |
_menu_tree_check_access |
core/includes/menu.inc |
Sorts the menu tree and recursively checks access for each item. |
_menu_tree_data |
core/includes/menu.inc |
Builds the data representing a menu tree. |
_menu_update_parental_status |
core/includes/menu.inc |
Checks and updates the 'has_children' status for the parent of a link. |
_mime_header_decode |
core/includes/unicode.inc |
Decodes encoded header data passed from mime_header_decode(). |
_module_build_dependencies |
core/includes/module.inc |
Determines which modules require and are required by each module. |
_node_access_rebuild_batch_finished |
core/modules/node/node.module |
Performs post-processing for node_access_rebuild(). |
_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. |