You are here

protected property RelationshipTest::$columnMap in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/views/src/Tests/Handler/RelationshipTest.php \Drupal\views\Tests\Handler\RelationshipTest::columnMap

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

Type: array

File

core/modules/views/src/Tests/Handler/RelationshipTest.php, line 35
Contains \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_field_data_views_test_data_uid' => 'uid',
);