You are here

protected property PluginInstanceTest::$pluginTypes in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/views/src/Tests/PluginInstanceTest.php \Drupal\views\Tests\PluginInstanceTest::pluginTypes

All views plugin types.

Type: array

File

core/modules/views/src/Tests/PluginInstanceTest.php, line 24
Contains \Drupal\views\Tests\PluginInstanceTest.

Class

PluginInstanceTest
Tests that an instance of all views plugins can be created.

Namespace

Drupal\views\Tests

Code

protected $pluginTypes = array(
  'access',
  'area',
  'argument',
  'argument_default',
  'argument_validator',
  'cache',
  'display_extender',
  'display',
  'exposed_form',
  'field',
  'filter',
  'join',
  'pager',
  'query',
  'relationship',
  'row',
  'sort',
  'style',
  'wizard',
);