You are here

function calendar_plugin_display_block::get_style_type in Calendar 6.2

Same name and namespace in other branches
  1. 7 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()

File

includes/calendar_plugin_display_block.inc, line 38

Class

calendar_plugin_display_block
The plugin that handles a calendar block.

Code

function get_style_type() {
  return 'calendar';
}