| [ Index ] |
PHP Cross Reference of Drupal 6 (yi-drupal) |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 354 lines (17 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
| translation_help($path, $arg) X-Ref |
| Implementation of hook_help(). |
| translation_menu() X-Ref |
| Implementation of hook_menu(). |
| _translation_tab_access($node) X-Ref |
| Menu access callback. Only display translation tab for node types, which have translation enabled and where the current node is not language neutral (which should span all languages). |
| translation_perm() X-Ref |
| Implementation of hook_perm(). |
| translation_form_alter(&$form, $form_state, $form_id) X-Ref |
| Implementation of hook_form_alter(). - Add translation option to content type form. - Alters language fields on node forms when a translation is about to be created. |
| translation_link($type, $node = NULL, $teaser = FALSE) X-Ref |
| Implementation of hook_link(). Display translation links with native language names, if this node is part of a translation set. |
| translation_nodeapi(&$node, $op, $teaser = NULL, $page = NULL) X-Ref |
| Implementation of hook_nodeapi(). Manages translation information for nodes. |
| translation_remove_from_set($node) X-Ref |
| Remove a node from its translation set (if any) and update the set accordingly. |
| translation_node_get_translations($tnid) X-Ref |
| Get all nodes in a translation set, represented by $tnid. param: $tnid return: |
| translation_supported_type($type) X-Ref |
| Returns whether the given content type has support for translations. return: |
| translation_path_get_translations($path) X-Ref |
| Return paths of all translations of a node, based on its Drupal path. param: $path return: |
| translation_translation_link_alter(&$links, $path) X-Ref |
| Implementation of hook_translation_link_alter(). Replaces links with pointers to translated versions of the content. |
| Generated: Mon Jul 9 18:01:44 2012 | Cross-referenced by PHPXref 0.7 |