You are here

function gathercontent_entity_delete in GatherContent 8.5

Implements hook_entity_delete().

File

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

Code

function gathercontent_entity_delete(EntityInterface $entity) {
  gathercontent_on_entity_delete($entity, true);
}