You are here

public function BatEventHandlerValueField::query in Booking and Availability Management Tools for Drupal 8

Called to add the field to a query.

Overrides FieldPluginBase::query

File

modules/bat_event/src/Plugin/views/field/BatEventHandlerValueField.php, line 17

Class

BatEventHandlerValueField
Plugin annotation @ViewsField("bat_event_handler_value_field");

Namespace

Drupal\bat_event\Plugin\views\field

Code

public function query() {
  $this->field_alias = 'event_id';
}