You are here

public function RateWidgetField::query in Rate 8.2

Called to add the field to a query.

Overrides FieldPluginBase::query

File

src/Plugin/views/field/RateWidgetField.php, line 21

Class

RateWidgetField
Views field handler for the rate widget.

Namespace

Drupal\rate\Plugin\views\field

Code

public function query() {

  // Leave empty to avoid a query on this field.
}