You are here

uc_extra_fields_pane_views.module in Extra Fields Checkout Pane 6

File

uc_extra_fields_pane_views/uc_extra_fields_pane_views.module
View source
<?php

/* 
 * Module: uc_extra_fields_pane_views.module
 * 
 * This module allow integration between Extra Fields Checkout Pane and Views.  
 *  
 * Developed by blackice78 - Maurizio Ganovelli - drupal@ganovelli.it 
 *
 */

/**
 * Implementation of hook_views_api()
 *  
 */
function uc_extra_fields_pane_views_views_api() {
  return array(
    'api' => '2.0',
  );
}

Functions

Namesort descending Description
uc_extra_fields_pane_views_views_api Implementation of hook_views_api()