You are here

function social_follow_taxonomy_entity_presave 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_presave()
  2. 10.1.x modules/social_features/social_follow_taxonomy/social_follow_taxonomy.module \social_follow_taxonomy_entity_presave()
  3. 10.2.x modules/social_features/social_follow_taxonomy/social_follow_taxonomy.module \social_follow_taxonomy_entity_presave()

Implements hook_entity_presave().

File

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

Code

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