You are here

function calendar_plugin_display_page::get_style_type in Calendar 7.2

Same name and namespace in other branches
  1. 6.2 includes/calendar_plugin_display_page.inc \calendar_plugin_display_page::get_style_type()
  2. 7 includes/calendar_plugin_display_page.inc \calendar_plugin_display_page::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

includes/calendar_plugin_display_page.inc, line 49
Views page plugin for the Calendar module.

Class

calendar_plugin_display_page
The plugin that handles a full calendar page.

Code

function get_style_type() {
  return 'calendar';
}