You are here

Functions in Book translation 6

Primary tabs

Namesort descending Location Description Direct uses Strings
i18n_book_navigation_block ./i18n_book_navigation.module Implementation of hook_block()
i18n_book_navigation_menu_all_data ./i18n_book_navigation.module Make the same query as in menu_tree_all_data() menu_tree_all_data() being dependent on the current path, it is not possible to call it directly, because we need the tree for the original book page node 2
i18n_book_navigation_menu_titles ./i18n_book_navigation.module 1
i18n_book_navigation_nodeapi ./i18n_book_navigation.module Implementation of hook_nodeapi()
i18n_book_navigation_presave_translation ./i18n_book_navigation.module Implementation of hook_presave_translation() from Translation Management module. New translated nodes should not be saved with book information as it inteferes with this module.
i18n_book_navigation_theme ./i18n_book_navigation.module Implementation of hook_theme()
i18n_book_navigation_token_list ./i18n_book_navigation.module hook_token_list().
i18n_book_navigation_token_values ./i18n_book_navigation.module hook_token_values()
template_preprocess_i18n_book_navigation ./i18n_book_navigation.module Similar to template_preprocess_book_navigation() Preprocesses the variables and creates the book navigation for the translated nodes.
_i18n_book_navigation_block ./i18n_book_navigation.module Creates the block array. Assembles the navigation for the "current" book outline and translates the links to the desired language. 1
_i18n_book_navigation_book_children ./i18n_book_navigation.module Create a menu tree with only the direct child elements 1
_i18n_book_navigation_create_menu_tree ./i18n_book_navigation.module Get the active trail in the menu tree 1
_i18n_book_navigation_get_books ./i18n_book_navigation.module Return an array with all books. Similar to book_get_books() 1
_i18n_book_navigation_get_original_node ./i18n_book_navigation.module Get the original node based on the current node 2
_i18n_book_navigation_get_translated_node ./i18n_book_navigation.module Get the translated node based one the original node path 3
_i18n_book_navigation_is_translated ./i18n_book_navigation.module Check if the menu link is translated 2
_i18n_book_navigation_next ./i18n_book_navigation.module Get the next book page 1
_i18n_book_navigation_prev ./i18n_book_navigation.module Get the previous book page 1
_i18n_book_navigation_recursive_array_search ./i18n_book_navigation.module Search a key recursively inside an associative array tree 2
_i18n_book_navigation_sort_by_weigth ./i18n_book_navigation.module Sort the menu tree by the 'weight' keys 3
_i18n_book_navigation_translate ./i18n_book_navigation.module Translate the menu link 6
_i18n_book_navigation_up ./i18n_book_navigation.module Get the parent book page 1

Other projects