You are here

protected property DisplayKernelTest::$handlerTypes 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::handlerTypes

Views handler types to test.

Type: array

File

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

Class

DisplayKernelTest
Drupal unit tests for the DisplayPluginBase class.

Namespace

Drupal\views\Tests\Plugin

Code

protected $handlerTypes = array(
  'fields',
  'sorts',
);