You are here

protected property FilterCombineTest::$columnMap in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/views/src/Tests/Handler/FilterCombineTest.php \Drupal\views\Tests\Handler\FilterCombineTest::columnMap

Map column names.

Type: array

File

core/modules/views/src/Tests/Handler/FilterCombineTest.php, line 32
Contains \Drupal\views\Tests\Handler\FilterCombineTest.

Class

FilterCombineTest
Tests the combine filter handler.

Namespace

Drupal\views\Tests\Handler

Code

protected $columnMap = array(
  'views_test_data_name' => 'name',
  'views_test_data_job' => 'job',
);