[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/sites/all/modules/views/plugins/ -> views_plugin_style_default.inc (source)

   1  <?php
   2  /**
   3   * @file
   4   * Contains the default style plugin.
   5   */
   6  
   7  /**
   8   * Default style plugin to render rows one after another with no
   9   * decorations.
  10   *
  11   * @ingroup views_style_plugins
  12   */
  13  class views_plugin_style_default extends views_plugin_style {
  14    /**
  15     * Set default options
  16     */
  17    function options(&$options) {
  18      parent::options($options);
  19    }
  20  
  21    function options_form(&$form, &$form_state) {
  22      parent::options_form($form, $form_state);
  23    }
  24  }


Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7