You are here

function hook_fieldgroup_default_groups_alter in Features 6

Same name and namespace in other branches
  1. 7.2 features.api.php \hook_fieldgroup_default_groups_alter()
  2. 7 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 277

Code

function hook_fieldgroup_default_groups_alter(&$groups) {
}