You are here

function calendar_plugin_display_ical::uses_breadcrumb in Calendar 7

Same name and namespace in other branches
  1. 6.2 calendar_ical/calendar_plugin_display_ical.inc \calendar_plugin_display_ical::uses_breadcrumb()
  2. 7.2 calendar_ical/calendar_plugin_display_ical.inc \calendar_plugin_display_ical::uses_breadcrumb()

Check to see if the display needs a breadcrumb.

By default, displays do not need breadcrumbs.

Overrides views_plugin_display_page::uses_breadcrumb

File

calendar_ical/calendar_plugin_display_ical.inc, line 19
Views display plugin for the Calendar iCal module.

Class

calendar_plugin_display_ical
The plugin that handles a feed, such as RSS or atom.

Code

function uses_breadcrumb() {
  return FALSE;
}