You are here

function fullcalendar_handler_field_gcal::allow_advanced_render in FullCalendar 6.2

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

File

includes/views/handlers/fullcalendar_handler_field_gcal.inc, line 12
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 allow_advanced_render() {
  return FALSE;
}