FilterBooleanOperatorStringTest::$columnMap

Same name in other branches
  1. 8.9.x core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorStringTest.php \Drupal\Tests\views\Kernel\Handler\FilterBooleanOperatorStringTest::columnMap
  2. 10 core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorStringTest.php \Drupal\Tests\views\Kernel\Handler\FilterBooleanOperatorStringTest::columnMap
  3. 11.x core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorStringTest.php \Drupal\Tests\views\Kernel\Handler\FilterBooleanOperatorStringTest::columnMap

Map column names.

Type: array

File

core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorStringTest.php, line 35

Class

FilterBooleanOperatorStringTest
Tests core's BooleanOperatorString views filter handler.

Namespace

Drupal\Tests\views\Kernel\Handler

Code

protected $columnMap = [
    'views_test_data_id' => 'id',
];

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