You are here

uc_views_plugin_row_invoice_view.inc in Ubercart Views 6.3

Patch by hanoii Contains the node view row style plugin.

File

views/uc_views_plugin_row_invoice_view.inc
View source
<?php

// $Id:

/**
 * @file
 * Patch by hanoii
 * Contains the node view row style plugin.
 */

/**
 * Plugin which performs a node_view on the resulting object.
 *
 * Most of the code on this object is in the theme function.
 */
class uc_views_plugin_row_invoice_view extends views_plugin_row {

  // Basic properties that let the row style follow relationships.
  var $base_table = 'uc_orders';
  var $base_field = 'order_id';

}

Classes

Namesort descending Description
uc_views_plugin_row_invoice_view Plugin which performs a node_view on the resulting object.