function hook_i18n_sync_options_alter in Internationalization 7
Alter information about synchronization options for entities/field
See also
1 invocation of hook_i18n_sync_options_alter()
- i18n_sync_options in i18n_sync/
i18n_sync.module - Returns list of available fields for given entity / bundle.
File
- i18n_sync/
i18n_sync.api.php, line 47 - Synchronization API documentation
Code
function hook_i18n_sync_options_alter(&$fields, $entity_type, $bundle_name) {
}