Views::$plugins
A list of all available views plugin types.
Type: array
File
- 
              core/
modules/ views/ src/ Views.php, line 29  
Class
- Views
 - Static service container wrapper for views.
 
Namespace
Drupal\viewsCode
protected static $plugins = [
  'access' => 'plugin',
  'area' => 'handler',
  'argument' => 'handler',
  'argument_default' => 'plugin',
  'argument_validator' => 'plugin',
  'cache' => 'plugin',
  'display_extender' => 'plugin',
  'display' => 'plugin',
  'exposed_form' => 'plugin',
  'field' => 'handler',
  'filter' => 'handler',
  'join' => 'plugin',
  'pager' => 'plugin',
  'query' => 'plugin',
  'relationship' => 'handler',
  'row' => 'plugin',
  'sort' => 'handler',
  'style' => 'plugin',
  'wizard' => 'plugin',
];
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.