You are here

function fullcalendar_handler_field_gcal::query in FullCalendar 7.2

Same name and namespace in other branches
  1. 6.2 includes/views/handlers/fullcalendar_handler_field_gcal.inc \fullcalendar_handler_field_gcal::query()

Called to add the field to a query.

Overrides views_handler_field::query

File

includes/views/handlers/fullcalendar_handler_field_gcal.inc, line 8
Provide a field that attaches a Google Calendar feed.

Class

fullcalendar_handler_field_gcal
@file Provide a field that attaches a Google Calendar feed.

Code

function query() {
  $this->query
    ->add_field($this->view->base_table, $this->view->base_field);
}