You are here

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

Called to add the field to a query.

Overrides FieldPluginBase::query

File

modules/bat_booking/src/Plugin/views/field/BatBookingHandlerNightField.php, line 19
This field handler aggregates calendar edit links for a Bat Type under a single field.

Class

BatBookingHandlerNightField
Plugin annotation @ViewsField("bat_booking_handler_night_field");

Namespace

Drupal\bat_booking\Plugin\views\field

Code

public function query() {
}