You are here

function content_multigroup_views_api in Content Construction Kit (CCK) 6.3

Implementation of hook_views_api().

File

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

Code

function content_multigroup_views_api() {
  return array(
    'api' => 2,
    'path' => drupal_get_path('module', 'content_multigroup') . '/views',
  );
}