FieldKernelTest::$columnMap

Map column names.

Type: array

File

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

Class

FieldKernelTest
Tests the generic field handler.

Namespace

Drupal\Tests\views\Kernel\Handler

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.