You are here

public property HandlerFilterUserNameTest::$columnMap in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php \Drupal\Tests\user\Functional\Views\HandlerFilterUserNameTest::columnMap

Stores the column map for this testCase.

Type: array

File

core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php, line 55

Class

HandlerFilterUserNameTest
Tests the handler of the user: name filter.

Namespace

Drupal\Tests\user\Functional\Views

Code

public $columnMap = [
  'uid' => 'uid',
];