Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| _locale_export_get_strings | function | includes/ |
Generates a structured array of all strings with translations in $language, if given. This array can be used to generate an export of the string in the database. |
| _locale_export_po | function | includes/ |
Write a generated PO or POT file to the output. |
| _locale_export_po_generate | function | includes/ |
Generates the PO(T) file contents for given strings. |
| _locale_export_remove_plural | function | includes/ |
Removes plural index information from a string |
| _locale_export_string | function | includes/ |
Print out a string on multiple lines |
| _locale_export_wrap | function | includes/ |
Custom word wrapping for Portable Object (Template) files. |
| _locale_get_predefined_list | function | includes/ |
Some of the common languages with their English and native names |
| _locale_import_append_plural | function | includes/ |
Modify a string to contain proper count indices |
| _locale_import_message | function | includes/ |
Sets an error message occurred during locale file parsing. |
| _locale_import_one_string | function | includes/ |
Imports a string into the database |
| _locale_import_one_string_db | function | includes/ |
Import one string into the database. |
| _locale_import_parse_arithmetic | function | includes/ |
Parses and sanitizes an arithmetic formula into a PHP expression |
| _locale_import_parse_header | function | includes/ |
Parses a Gettext Portable Object file header |
| _locale_import_parse_plural_forms | function | includes/ |
Parses a Plural-Forms entry from a Gettext Portable Object file header |
| _locale_import_parse_quoted | function | includes/ |
Parses a string in quotes |
| _locale_import_po | function | includes/ |
Parses Gettext Portable Object file information and inserts into database |
| _locale_import_read_po | function | includes/ |
Parses Gettext Portable Object file into an array |
| _locale_import_shorten_comments | function | includes/ |
Generate a short, one string version of the passed comment array |
| _locale_import_tokenize_formula | function | includes/ |
Backward compatible implementation of token_get_all() for formula parsing |
| _locale_invalidate_js | function | includes/ |
Force the JavaScript translation file(s) to be refreshed. |
| _locale_languages_common_controls | function | modules/ |
Common elements of the language addition and editing form. |
| _locale_languages_configure_form_language_table | function | modules/ |
Helper function to build a language provider table. |
| _locale_parse_js_file | function | includes/ |
Parses a JavaScript file, extracts strings wrapped in Drupal.t() and Drupal.formatPlural() and inserts them into the database. |
| _locale_prepare_predefined_list | function | includes/ |
Prepares the language code list for a select form item with only the unsupported ones |
| _locale_rebuild_js | function | includes/ |
(Re-)Creates the JavaScript translation file for a language. |
| _locale_test_plural_format_tests | function | modules/ |
Helper function with list of test cases |
| _locale_translate_language_list | function | includes/ |
List languages in search result table |
| _locale_translate_seek | function | includes/ |
Perform a string search and display results in a table |
| _locale_translate_seek_query | function | includes/ |
Build array out of search criteria specified in request variables |
| _lock_id | function | includes/ |
Helper function to get this request's unique id. |
| _menu_build_tree | function | includes/ |
Builds a menu tree. |
| _menu_check_access | function | includes/ |
Checks access to a menu item using the access callback. |
| _menu_check_rebuild | function | includes/ |
Checks whether a menu_rebuild() is necessary. |
| _menu_clear_page_cache | function | includes/ |
Clears the page and block caches at most twice per page load. |
| _menu_delete_item | function | includes/ |
Deletes a single menu link. |
| _menu_find_router_path | function | includes/ |
Finds the router path which will serve this path. |
| _menu_get_menu_weight_delta | function | modules/ |
Calculate the delta for the weight element for a given set of menus. |
| _menu_get_options | function | modules/ |
Helper function to get the items of the given menu. |
| _menu_item_localize | function | includes/ |
Localizes the router item title using t() or another callback. |
| _menu_link_build | function | includes/ |
Builds a link from a router item. |
| _menu_link_find_parent | function | includes/ |
Finds a possible parent for a given menu link. |
| _menu_link_map_translate | function | includes/ |
Translates the path elements in the map using any to_arg helper function. |
| _menu_link_move_children | function | includes/ |
Updates the children of a menu link that is being moved. |
| _menu_link_parents_set | function | includes/ |
Sets the p1 through p9 values for a menu link being saved. |
| _menu_link_translate | function | includes/ |
Provides menu link access control, translation, and argument handling. |
| _menu_load_objects | function | includes/ |
Loads objects into the map as defined in the $item['load_functions']. |
| _menu_navigation_links_rebuild | function | includes/ |
Builds menu links for the items in the menu router. |
| _menu_overview_tree_form | function | modules/ |
Recursive helper function for menu_overview_form(). |
| _menu_parents_recurse | function | modules/ |
Recursive helper function for menu_parent_options(). |
| _menu_parent_depth_limit | function | modules/ |
Find the depth limit for items in the parent select. |
Pagination
- Previous page
- Page 227
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.