You are here

protected property FieldKernelTest::$columnMap in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php \Drupal\Tests\views\Kernel\Handler\FieldKernelTest::columnMap

Map column names.

Type: array

File

core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php, line 33

Class

FieldKernelTest
Tests the generic field handler.

Namespace

Drupal\Tests\views\Kernel\Handler

Code

protected $columnMap = [
  'views_test_data_name' => 'name',
];