You are here

protected property DefaultViewsTest::$viewArgMap in Zircon Profile 8

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

An array of argument arrays to use for default views.

Type: array

File

core/modules/views/src/Tests/DefaultViewsTest.php, line 41
Contains \Drupal\views\Tests\DefaultViewsTest.

Class

DefaultViewsTest
Tests the default views provided by views.

Namespace

Drupal\views\Tests

Code

protected $viewArgMap = array(
  'backlinks' => array(
    1,
  ),
  'taxonomy_term' => array(
    1,
  ),
  'glossary' => array(
    'all',
  ),
);