You are here

finder_plugin_style.inc in Finder 7.2

Handler for 'finder_plugin_style' style.

File

views/finder_plugin_style.inc
View source
<?php

/**
 * @file
 * Handler for 'finder_plugin_style' style.
 */
class finder_plugin_style extends views_plugin_style {
  function render() {
    return finder_build_style_render($this);
  }

}

Classes

Namesort descending Description
finder_plugin_style @file Handler for 'finder_plugin_style' style.