You are here

views_fields_combine.module in Views fields combine 7

Main functions for module "Views fields combine".

File

views_fields_combine.module
View source
<?php

/**
 * @file
 * Main functions for module "Views fields combine".
 */

/**
 * Implements hook_views_api().
 */
function views_fields_combine_views_api() {
  return array(
    'api' => 3,
    'path' => drupal_get_path('module', 'views_fields_combine') . '/views',
  );
}

Functions