public function SimpleMathField::query in Views Simple Math Field 8
Same name and namespace in other branches
- 8.2 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 43 - 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\fieldCode
public function query() {
}