You are here

function date_plugin_display_attachment::get_style_type in Date 6.2

Same name and namespace in other branches
  1. 6 date_api.views.inc \date_plugin_display_attachment::get_style_type()
  2. 7 date_views/includes/date_plugin_display_attachment.inc \date_plugin_display_attachment::get_style_type()

File

includes/date_plugin_display_attachment.inc, line 16
Views attachment display handler.

Class

date_plugin_display_attachment
The plugin that handles date navigation attachments.

Code

function get_style_type() {
  return 'date_nav';
}