You are here

public property CurrencyAmountViewsHandlerField::$definition in Currency 7.2

Implements the undocumented views_object::definition property.

Type: array

Overrides views_object::$definition

File

currency/includes/CurrencyAmountViewsHandlerField.inc, line 25
Contains class CurrencyAmountViewsHandlerField.

Class

CurrencyAmountViewsHandlerField
A Views field handler for currency amounts.

Code

public $definition = array(
  // A default currency code to use for the amounts.
  'currency_code' => 'XXX',
  // The name of the database field the currency code is in.
  'currency_code_field' => NULL,
  // The name of the database table currency_field is in. Defaults to the
  // same table this handler is used on.
  'currency_code_table' => NULL,
);