You are here

function calendar_plugin_display_block::get_style_type in Calendar 7

Same name and namespace in other branches
  1. 6.2 includes/calendar_plugin_display_block.inc \calendar_plugin_display_block::get_style_type()
  2. 7.2 includes/calendar_plugin_display_block.inc \calendar_plugin_display_block::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_block.inc, line 44
Views block plugin for the Calendar module.

Class

calendar_plugin_display_block
The plugin that handles a calendar block.

Code

function get_style_type() {
  return 'calendar';
}