function hook_field_group_update_field_group in Field Group 7.2
Same name and namespace in other branches
- 7 field_group.api.php \hook_field_group_update_field_group()
Implements hook_field_group_update_field_group().
This hook is invoked by ctools export API. Note that this is used by ctools and the group could occasional be the group ID.
Parameters
$object $group: The FieldGroup object.
1 invocation of hook_field_group_update_field_group()
File
- ./
field_group.api.php, line 358 - Hooks provided by the Field group module.
Code
function hook_field_group_update_field_group($group) {
// Delete extra data depending on the group.
}