function og_field_attach_insert in Organic groups 7
Same name and namespace in other branches
- 7.2 og.module \og_field_attach_insert()
Implements hook_field_attach_insert().
File
- ./
og.field.inc, line 361 - Field module functionality for the Organic groups module.
Code
function og_field_attach_insert($entity_type, $entity) {
og_field_crud_group('insert', $entity_type, $entity);
}