You are here

function gathercontent_entity_translation_delete in GatherContent 8.5

Implements hook_entity_translation_delete().

File

./gathercontent.module, line 45
Main module file for GatherContent module.

Code

function gathercontent_entity_translation_delete(EntityInterface $entity) {
  gathercontent_on_entity_delete($entity);
}