protected property RelationshipTest::$columnMap in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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\HandlerCode
protected $columnMap = array(
'views_test_data_name' => 'name',
'users_field_data_views_test_data_uid' => 'uid',
);