You are here

fullcalendar_plugin_display_page.inc in FullCalendar 6.2

Contains the view display plugin.

File

includes/views/plugins/fullcalendar_plugin_display_page.inc
View source
<?php

/**
 * @file
 * Contains the view display plugin.
 */

/**
 * Placeholder for future features.
 */
class fullcalendar_plugin_display_page extends views_plugin_display_page {

}

Classes

Namesort descending Description
fullcalendar_plugin_display_page Placeholder for future features.