RevisionUserTest::$columnMap
Map column names.
Type: array
File
-
core/
modules/ block_content/ tests/ src/ Kernel/ Views/ RevisionUserTest.php, line 46
Class
- RevisionUserTest
- Tests the block_content_revision_user field.
Namespace
Drupal\Tests\block_content\Kernel\ViewsCode
public static $columnMap = [
'id' => 'id',
'revision_id' => 'revision_id',
'revision_user' => 'revision_user',
];
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.