You are here

class uc_views_plugin_row_invoice_view in Ubercart Views 6.3

Plugin which performs a node_view on the resulting object.

Most of the code on this object is in the theme function.

Hierarchy

Expanded class hierarchy of uc_views_plugin_row_invoice_view

1 string reference to 'uc_views_plugin_row_invoice_view'
uc_views_views_plugins in views/uc_views.views.inc
Implementation of hook_views_plugins().

File

views/uc_views_plugin_row_invoice_view.inc, line 14
Patch by hanoii Contains the node view row style plugin.

View source
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';

}

Members