Views::$plugins
Same name in other branches
- 8.9.x core/modules/views/src/Views.php \Drupal\views\Views::plugins
- 10 core/modules/views/src/Views.php \Drupal\views\Views::plugins
- 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\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.