You are here

function og_ui_entity_insert in Organic groups 8

Implements hook_entity_insert().

File

og_ui/og_ui.module, line 33

Code

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