You are here

protected property DefaultViewsTest::$viewArgMap in Drupal 9

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

An array of argument arrays to use for default views.

Type: array

File

core/modules/views/tests/src/Functional/DefaultViewsTest.php, line 53

Class

DefaultViewsTest
Tests the default views provided by views.

Namespace

Drupal\Tests\views\Functional

Code

protected $viewArgMap = [
  'backlinks' => [
    1,
  ],
  'taxonomy_term' => [
    1,
  ],
  'glossary' => [
    'all',
  ],
];