You are here

function content_multigroup_elements in Content Construction Kit (CCK) 6.3

Implementation of hook_elements().

File

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

Code

function content_multigroup_elements() {
  return array(
    'content_multigroup_display_fieldset' => array(
      '#value' => NULL,
    ),
  );
}