function lingotek_oneoff_translate in Lingotek Translation 7.5
Same name and namespace in other branches
- 7.6 lingotek.util.inc \lingotek_oneoff_translate()
2 calls to lingotek_oneoff_translate()
- lingotek_entity_xml_body in ./
lingotek.util.inc - Return the xml representation of the source content for a node.
- lingotek_form_node_form_alter in ./
lingotek.module - Implements hook_form_BASE_FORM_ID_alter().
File
- ./
lingotek.util.inc, line 239 - Utility functions.
Code
function lingotek_oneoff_translate($node) {
// TODO: Run checks on this if necessary
// (It appears this is currently unnecessary, as all nodes
// that make it to this point are already requested for
// translation.)
return TRUE;
}