You are here

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

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

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

File

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

Class

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

Code

public $plugin_type = NULL;