You are here

function hook_field_group_create_field_group in Field Group 7.2

Same name and namespace in other branches
  1. 7 field_group.api.php \hook_field_group_create_field_group()

Implements hook_field_group_create_field_group().

This hook is invoked by ctools export API.

Parameters

$object $group: The FieldGroup object.

1 invocation of hook_field_group_create_field_group()
field_group_group_save in ./field_group.module
field_group_group_save().

File

./field_group.api.php, line 382
Hooks provided by the Field group module.

Code

function hook_field_group_create_field_group($group) {

  // Create extra data depending on the group.
}