You are here

property views_plugin::$plugin_type in Views (for Drupal 7) 6.3

Same name and namespace in other branches
  1. 7.3 includes/plugins.inc \views_plugin::plugin_type

The plugin type of this plugin, for example style or query.

File

includes/plugins.inc, line 481
plugins.inc Built in plugins for Views output handling.

Class

views_plugin
Abstract base class to provide interface common to all plugins.

Code

var $plugin_type = NULL;