You are here

protected property RelationshipTest::$columnMap in Views (for Drupal 7) 8.3

Maps between the key in the expected result and the query result.

Type: array

File

lib/Drupal/views/Tests/Handler/RelationshipTest.php, line 22
Definition of Drupal\views\Tests\Handler\RelationshipTest.

Class

RelationshipTest
Tests the base relationship handler.

Namespace

Drupal\views\Tests\Handler

Code

protected $columnMap = array(
  'views_test_data_name' => 'name',
  'users_views_test_data_uid' => 'uid',
);