You are here

function fullcalendar_handler_field_gcal::allow_advanced_render 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::allow_advanced_render()

Determine if this field can allow advanced rendering.

Fields can set this to FALSE if they do not wish to allow token based rewriting or link-making.

Overrides views_handler_field::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;
}