function fullcalendar_handler_field_gcal::query in FullCalendar 6.2
Same name and namespace in other branches
- 7.2 includes/views/handlers/fullcalendar_handler_field_gcal.inc \fullcalendar_handler_field_gcal::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);
}