HandlerFilterUserNameTest::$columnMap

Stores the column map for this testCase.

Type: array

File

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

Class

HandlerFilterUserNameTest
Tests the handler of the user: name filter.

Namespace

Drupal\Tests\user\Functional\Views

Code

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

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