You are here

function og_entity_update in Organic groups 8

Same name and namespace in other branches
  1. 7.2 og.module \og_entity_update()

Implements hook_entity_update().

File

./og.module, line 63

Code

function og_entity_update(EntityInterface $entity) {

  // Invalidate cache tags if a group or group content entity is updated.
  og_invalidate_group_content_cache_tags($entity);
}