Views::$plugins

Same name and namespace in other branches
  1. 8.9.x core/modules/views/src/Views.php \Drupal\views\Views::plugins
  2. 10 core/modules/views/src/Views.php \Drupal\views\Views::plugins
  3. 11.x 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',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.