You are here

protected property FilterBooleanOperatorStringTest::$columnMap in Zircon Profile 8.0

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

Map column names.

Type: array

File

core/modules/views/src/Tests/Handler/FilterBooleanOperatorStringTest.php, line 41
Contains \Drupal\views\Tests\Handler\FilterBooleanOperatorStringTest.

Class

FilterBooleanOperatorStringTest
Tests the core Drupal\views\Plugin\views\filter\BooleanOperatorString handler.

Namespace

Drupal\views\Tests\Handler

Code

protected $columnMap = array(
  'views_test_data_id' => 'id',
);