You are here

views_bootstrap_carousel_plugin_style.inc in Views Bootstrap 7

Definition of views_bootstrap_plugin_style.

File

plugins/carousel/views_bootstrap_carousel_plugin_style.inc
View source
<?php

/**
 * @file
 * Definition of views_bootstrap_plugin_style.
 */

/**
 * Class to define a style plugin handler.
 */
class ViewsBootstrapCarouselPluginStyle extends views_plugin_style {

}

Classes

Namesort descending Description
ViewsBootstrapCarouselPluginStyle Class to define a style plugin handler.