|
|
Drupal example source code file (views_plugin_style_default.inc)
The views_plugin_style_default.inc Drupal example source code<?php // $Id: views_plugin_style_default.inc,v 1.2 2008/09/30 19:47:11 merlinofchaos Exp $ /** * @file * Contains the default style plugin. */ /** * Default style plugin to render rows one after another with no * decorations. * * @ingroup views_style_plugins */ class views_plugin_style_default extends views_plugin_style { /** * Set default options */ function options(&$options) { parent::options($options); } function options_form(&$form, &$form_state) { parent::options_form($form, $form_state); } } Other Drupal examples (source code examples)Here is a short list of links related to this Drupal views_plugin_style_default.inc source code file: |
"Drupal" is a registered trademark of Dries Buytaert.
my drupal tutorials and examples
Copyright
1998-2016 Alvin Alexander, alvinalexander.com
All Rights Reserved.
Beginning in 2016, a portion of the proceeds from pages under the '/drupal-code-examples/' URI will be donated to charity.