You are here

function i18n_taxonomy_field_uuid_presave in Internationalization 7

Implements hook_field_uuid_presave().

File

i18n_taxonomy/i18n_taxonomy.module, line 1252
i18n taxonomy module

Code

function i18n_taxonomy_field_uuid_presave($entity_type, $entity, $field, $instance, $langcode, &$items) {
  taxonomy_field_uuid_presave($entity_type, $entity, $field, $instance, $langcode, $items);
}