You are here

scald_plugin_style_library.inc in Scald: Media Management made easy 7

Provides the library style plugin.

Ideally, this shouldn't be needed, but I haven't figured out a cleaner way to do this yet.

File

modules/library/scald_dnd_library/includes/scald_plugin_style_library.inc
View source
<?php

/**
 * @file
 * Provides the library style plugin.
 *
 * Ideally, this shouldn't be needed, but I haven't figured out a cleaner way
 * to do this yet.
 */
class scald_plugin_style_library extends views_plugin_style {

}

Classes

Namesort descending Description
scald_plugin_style_library @file Provides the library style plugin.