You are here

public function SimpleMathField::query in Views Simple Math Field 8.2

Same name and namespace in other branches
  1. 8 src/Plugin/views/field/SimpleMathField.php \Drupal\views_simple_math_field\Plugin\views\field\SimpleMathField::query()

Sets the initial field data at zero.

Overrides FieldPluginBase::query

File

src/Plugin/views/field/SimpleMathField.php, line 65
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

public function query() {
}