You are here

function calendar_plugin_display_ical::get_style_type in Calendar 7.2

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

Displays can require a certain type of style plugin.

By default, they will be 'normal'.

Overrides views_plugin_display::get_style_type

File

calendar_ical/calendar_plugin_display_ical.inc, line 15
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 get_style_type() {
  return 'ical';
}