function hook_i18n_sync_translation in Internationalization 7
Perform aditional synchronization on entities
Parameters
$entity_type:
$translation: Translated entity.
$translation_language: Translated entity language code.
$source: Source entity.
$source_language: Source entity language code.
$field_names: Array of field names to synchronize.
1 invocation of hook_i18n_sync_translation()
- i18n_sync_node_translation in i18n_sync/
i18n_sync.node.inc - Synchronizes fields for node translation.
File
- i18n_sync/
i18n_sync.api.php, line 66 - Synchronization API documentation
Code
function hook_i18n_sync_translation($entity_type, $translation, $translation_language, $source, $source_language, $field_names) {
}