You are here

protected property ArgumentDateTest::$columnMap in Zircon Profile 8

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

Stores the column map for this testCase.

Type: array

File

core/modules/views/src/Tests/Handler/ArgumentDateTest.php, line 33
Contains \Drupal\views\Tests\Handler\ArgumentDateTest.

Class

ArgumentDateTest
Tests the core date argument handlers.

Namespace

Drupal\views\Tests\Handler

Code

protected $columnMap = array(
  'id' => 'id',
);