You are here

protected property FilterNumericTest::$columnMap in Drupal 8

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

Map column names.

Type: array

File

core/modules/views/tests/src/Kernel/Handler/FilterNumericTest.php, line 29

Class

FilterNumericTest
Tests the numeric filter handler.

Namespace

Drupal\Tests\views\Kernel\Handler

Code

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