You are here

function hook_fieldgroup_default_groups_alter in Features 7.2

Same name and namespace in other branches
  1. 6 features.api.php \hook_fieldgroup_default_groups_alter()
  2. 7 features.api.php \hook_fieldgroup_default_groups_alter()

Alter default field groups right before they are cached into the database.

Parameters

array[] &$groups: Field group definitions from another feature.

See also

\hook_field_group_info()

\hook_field_group_info_alter()

Related topics

File

./features.api.php, line 519
Hooks provided by the features module.

Code

function hook_fieldgroup_default_groups_alter(&$groups) {
}