You are here

protected property SimpleMathField::$commerce_price_fields in Views Simple Math Field 8.2

Support multiple commerce price fields.

Type: array

File

src/Plugin/views/field/SimpleMathField.php, line 41
Defines Drupal\views_simple_math_field\Plugin\views\field\SimpleMathField.

Class

SimpleMathField
Field handler to complete mathematical operation.

Namespace

Drupal\views_simple_math_field\Plugin\views\field

Code

protected $commerce_price_fields = [
  'commerce_price_default',
  'commerce_product_variation',
  'commerce_price_plain',
  'commerce_price_calculated',
  'commerce_order_total_summary',
];