You are here

function entity_test_i18n_entity_test_type_delete in Entity API 7

Implements hook_{entity_test_type}_delete().

File

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

Code

function entity_test_i18n_entity_test_type_delete($test_type) {
  i18n_string_object_remove('entity_test_type', $test_type);
}