You are here

protected function views_aggregator_plugin_style_table::is_commerce_currency_amount in Views Aggregator Plus 7

1 call to views_aggregator_plugin_style_table::is_commerce_currency_amount()
views_aggregator_plugin_style_table::render_new_value in views/views_aggregator_plugin_style_table.inc
Returns the rendered value for a new (raw) value of a table cell.

File

views/views_aggregator_plugin_style_table.inc, line 667
views_aggregator_plugin_style_table.inc

Class

views_aggregator_plugin_style_table
Style plugin to render each item as a row in a table.

Code

protected function is_commerce_currency_amount($field_handler) {
  return !empty($field_handler->aliases['currency_code']);
}