You are here

function calendar_plugin_display_ical::preview in Calendar 6.2

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

File

calendar_ical/calendar_plugin_display_ical.inc, line 26

Class

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

Code

function preview() {
  return '<pre>' . check_plain($this->view
    ->render()) . '</pre>';
}