You are here

protected static property Views::$plugins in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/views/src/Views.php \Drupal\views\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\views

Code

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',
];