You are here

public function GeofieldProximityField::query in Geofield 8

Called to add the field to a query.

Overrides FieldPluginBase::query

File

src/Plugin/views/field/GeofieldProximityField.php, line 151

Class

GeofieldProximityField
Field handler to render a Geofield proximity in Views.

Namespace

Drupal\geofield\Plugin\views\field

Code

public function query() {
  $this
    ->ensureMyTable();
  $this
    ->addAdditionalFields();
}