function i18n_translation_object_translate_page in Internationalization 7
Translate object, create translation set
1 call to i18n_translation_object_translate_page()
- i18n_page_translate_translation in ./
i18n.pages.inc - Translate object, create translation set
File
- i18n_translation/
i18n_translation.pages.inc, line 10 - Generic translation page for objects
Code
function i18n_translation_object_translate_page($type, $object) {
$page = i18n_translation_set_info($type, 'page callback');
return call_user_func($page, $type, $object);
}