You are here

function content_multigroup_fieldgroup_types in Content Construction Kit (CCK) 6.3

Implementation of hook_fieldgroup_types().

File

modules/content_multigroup/content_multigroup.module, line 105
Create complex, repeating groups of CCK fields that work in unison.

Code

function content_multigroup_fieldgroup_types() {
  return array(
    'multigroup' => t('Multigroup'),
  );
}