1 field_group.module field_group_read_groups(array $conditions = array())
1 field_group.api.php field_group_read_groups(array $conditions = array())

Get the groups for the given parameters, uncached.

Parameters

array $conditions: Parameters for the query, as elements of the $conditions array. 'entity_type' The name of the entity type. 'bundle' The name of the bundle. 'mode' The view mode.

See also

field_group_info_groups()

File

core/modules/field_group/field_group.api.php, line 469
Hooks provided by the Field Group module.

Code

function field_group_read_groups(array $conditions = array()) {
  // This function loads the requested groups.
}