You are here

function entity_test_i18n_entity_test_type_insert in Entity API 7

Implements hook_{entity_test_type}_insert().

File

tests/entity_test_i18n.module, line 33
Entity-test i18n integration module via entity API i18n support.

Code

function entity_test_i18n_entity_test_type_insert($test_type) {
  i18n_string_object_update('entity_test_type', $test_type);
}