You are here

function og_ui_entity_update in Organic groups 8

Implements hook_entity_update().

File

og_ui/og_ui.module, line 40

Code

function og_ui_entity_update(EntityInterface $entity) {
  og_ui_entity_type_save($entity);
}