_list_values_in_use |
core/modules/field/modules/list/list.module |
Checks if a list of values are being used in actual field values. |
_locale_export_get_strings |
core/includes/gettext.inc |
Generates a structured array of all translated strings for the language. |
_locale_export_po |
core/includes/gettext.inc |
Writes a generated PO or POT file to the output. |
_locale_export_po_generate |
core/includes/gettext.inc |
Generates the PO(T) file contents for the given strings. |
_locale_export_remove_plural |
core/includes/gettext.inc |
Removes plural index information from a string. |
_locale_export_string |
core/includes/gettext.inc |
Prints a string on multiple lines. |
_locale_export_wrap |
core/includes/gettext.inc |
Wraps text for Portable Object (Template) files. |
_locale_get_config_translatables |
core/modules/locale/locale.module |
Get translatable config strings. |
_locale_import_append_plural |
core/includes/gettext.inc |
Adds count indices to a string. |
_locale_import_message |
core/includes/gettext.inc |
Sets an error message if an error occurred during locale file parsing. |
_locale_import_one_string |
core/includes/gettext.inc |
Performs the specified operation for one string. |
_locale_import_one_string_db |
core/includes/gettext.inc |
Imports one string into the database. |
_locale_import_parse_arithmetic |
core/includes/gettext.inc |
Parses and sanitizes an arithmetic formula into a PHP expression. |
_locale_import_parse_header |
core/includes/gettext.inc |
Parses a Gettext Portable Object file header. |
_locale_import_parse_plural_forms |
core/includes/gettext.inc |
Parses a Plural-Forms entry from a Gettext Portable Object file header. |
_locale_import_parse_quoted |
core/includes/gettext.inc |
Parses a string in quotes. |
_locale_import_po |
core/includes/gettext.inc |
Parses Gettext Portable Object information and inserts it into the database. |
_locale_import_read_po |
core/includes/gettext.inc |
Parses a Gettext Portable Object file into an array. |
_locale_import_shorten_comments |
core/includes/gettext.inc |
Generates a short, one-string version of the passed comment array. |
_locale_import_tokenize_formula |
core/includes/gettext.inc |
Provides backward-compatible formula parsing for token_get_all(). |
_locale_invalidate_js |
core/includes/locale.inc |
Force the JavaScript translation file(s) to be refreshed. |
_locale_parse_js_file |
core/includes/locale.inc |
Parses a JavaScript file, extracts strings wrapped in Backdrop.t() and
Backdrop.formatPlural() and inserts them into the database. |
_locale_rebuild_js |
core/includes/locale.inc |
(Re-)Creates the JavaScript translation file for a language. |
_locale_translate_language_list |
core/modules/locale/locale.pages.inc |
List languages in search result table |
_locale_translate_seek |
core/modules/locale/locale.pages.inc |
Perform a string search and display results in a table |
_locale_translate_seek_query |
core/modules/locale/locale.pages.inc |
Build array out of search criteria specified in request variables |
_lock_id |
core/includes/lock.inc |
Helper function to get this request's unique id. |
_menu_build_tree |
core/includes/menu.inc |
Builds a menu tree. |
_menu_check_access |
core/includes/menu.inc |
Checks access to a menu item using the access callback. |
_menu_clear_page_cache |
core/includes/menu.inc |
Clears the page and block caches at most twice per page load. |
_menu_delete_item |
core/includes/menu.inc |
Deletes a single menu link. |
_menu_example_basic_instructions |
modules/examples/menu_example/menu_example.module |
Page callback for the simplest introduction menu entry. |
_menu_example_mappings |
modules/examples/menu_example/menu_example.module |
Utility function to provide mappings from integers to some strings. |
_menu_example_menu_page |
modules/examples/menu_example/menu_example.module |
Page callback for use with most of the menu entries. |
_menu_example_simple_title_callback |
modules/examples/menu_example/menu_example.module |
Title callback to rewrite the '/user' menu link. |
_menu_find_router_path |
core/includes/menu.inc |
Finds the router path which will serve this path. |
_menu_get_menu_weight_delta |
core/modules/menu/menu.module |
Calculate the delta for the weight element for a given set of menus. |
_menu_get_options |
core/modules/menu/menu.module |
Helper function to get the items of the given menu. |
_menu_item_localize |
core/includes/menu.inc |
Localizes the router item title using t() or another callback. |
_menu_link_build |
core/includes/menu.inc |
Builds a link from a router item. |
_menu_link_find_parent |
core/includes/menu.inc |
Finds a possible parent for a given menu link. |
_menu_link_map_translate |
core/includes/menu.inc |
Translates the path elements in the map using any to_arg helper function. |
_menu_link_move_children |
core/includes/menu.inc |
Updates the children of a menu link that is being moved. |
_menu_link_parents_set |
core/includes/menu.inc |
Sets the p1 through p9 values for a menu link being saved. |
_menu_link_translate |
core/includes/menu.inc |
Provides menu link access control, translation, and argument handling. |
_menu_load_objects |
core/includes/menu.inc |
Loads objects into the map as defined in the $item['load_functions']. |
_menu_navigation_links_rebuild |
core/includes/menu.inc |
Builds menu links for the items in the menu router. |
_menu_overview_tree_form |
core/modules/menu/menu.admin.inc |
Recursive helper function for menu_overview_form(). |
_menu_parents_recurse |
core/modules/menu/menu.module |
Recursive helper function for menu_parent_options(). |
_menu_parent_depth_limit |
core/modules/menu/menu.module |
Find the depth limit for items in the parent select. |