You are here

public function RateField::query in Rate 8

Called to add the field to a query.

Overrides FieldPluginBase::query

File

src/Plugin/views/field/RateField.php, line 22

Class

RateField
Field handler to flag the node type.

Namespace

Drupal\rate\Plugin\views\field

Code

public function query() {

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