You are here

public property HandlerFilterUserNameTest::$columnMap in Zircon Profile 8

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

Stores the column map for this testCase.

Type: array

File

core/modules/user/src/Tests/Views/HandlerFilterUserNameTest.php, line 55
Contains \Drupal\user\Tests\Views\HandlerFilterUserNameTest.

Class

HandlerFilterUserNameTest
Tests the handler of the user: name filter.

Namespace

Drupal\user\Tests\Views

Code

public $columnMap = array(
  'uid' => 'uid',
);