function hook_fieldgroup_default_groups_alter in Features 7
Same name and namespace in other branches
- 6 features.api.php \hook_fieldgroup_default_groups_alter()
- 7.2 features.api.php \hook_fieldgroup_default_groups_alter()
Alter the default fieldgroup groups right before they are cached into the database.
Parameters
&$groups: By reference. The fieldgroup groups that have been declared by another feature.
Related topics
File
- ./
features.api.php, line 310
Code
function hook_fieldgroup_default_groups_alter(&$groups) {
}