You are here

protected property FilterNumericTest::$columnMap in Zircon Profile 8

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

Map column names.

Type: array

File

core/modules/views/src/Tests/Handler/FilterNumericTest.php, line 34
Contains \Drupal\views\Tests\Handler\FilterNumericTest.

Class

FilterNumericTest
Tests the numeric filter handler.

Namespace

Drupal\views\Tests\Handler

Code

protected $columnMap = array(
  'views_test_data_name' => 'name',
  'views_test_data_age' => 'age',
);