public function BatTypeHandlerTypeCalendarsField::query in Booking and Availability Management Tools for Drupal 8
Called to add the field to a query.
Overrides FieldPluginBase::query
File
- modules/
bat_unit/ src/ Plugin/ views/ field/ BatTypeHandlerTypeCalendarsField.php, line 58 - This field handler aggregates calendar edit links for a Bat Type under a single field.
Class
- BatTypeHandlerTypeCalendarsField
- Plugin annotation @ViewsField("bat_type_handler_type_calendars_field");
Namespace
Drupal\bat_unit\Plugin\views\fieldCode
public function query() {
}