You are here

function social_follow_taxonomy_entity_delete in Open Social 10.3.x

Same name and namespace in other branches
  1. 10.0.x modules/social_features/social_follow_taxonomy/social_follow_taxonomy.module \social_follow_taxonomy_entity_delete()
  2. 10.1.x modules/social_features/social_follow_taxonomy/social_follow_taxonomy.module \social_follow_taxonomy_entity_delete()
  3. 10.2.x modules/social_features/social_follow_taxonomy/social_follow_taxonomy.module \social_follow_taxonomy_entity_delete()

Implements hook_entity_delete().

File

modules/social_features/social_follow_taxonomy/social_follow_taxonomy.module, line 505
Contains social_follow_taxonomy.module.

Code

function social_follow_taxonomy_entity_delete(EntityInterface $entity) {
  _social_follow_taxonomy_invalidate_follow_tag_cache($entity);
}