You are here

protected property DisplayKernelTest::$pluginTypes in Zircon Profile 8.0

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

Views plugin types to test.

Type: array

File

core/modules/views/src/Tests/Plugin/DisplayKernelTest.php, line 38
Contains \Drupal\views\Tests\Plugin\DisplayKernelTest.

Class

DisplayKernelTest
Drupal unit tests for the DisplayPluginBase class.

Namespace

Drupal\views\Tests\Plugin

Code

protected $pluginTypes = array(
  'access',
  'cache',
  'query',
  'exposed_form',
  'pager',
  'style',
  'row',
);