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);
}
Implements hook_entity_insert().
function og_ui_entity_insert(EntityInterface $entity) {
og_ui_entity_type_save($entity);
}