You are here

function tome_sync_entity_translation_delete in Tome 8

Implements hook_entity_translation_delete().

@internal

File

modules/tome_sync/tome_sync.module, line 48
Keeps content, config, and files in sync.

Code

function tome_sync_entity_translation_delete(EntityInterface $translation) {
  tome_sync_entity_delete($translation);
}