ViewStorageTest::$configProperties

Same name and namespace in other branches
  1. 9 core/modules/views/tests/src/Kernel/ViewStorageTest.php \Drupal\Tests\views\Kernel\ViewStorageTest::configProperties
  2. 8.9.x core/modules/views/tests/src/Kernel/ViewStorageTest.php \Drupal\Tests\views\Kernel\ViewStorageTest::configProperties
  3. 11.x core/modules/views/tests/src/Kernel/ViewStorageTest.php \Drupal\Tests\views\Kernel\ViewStorageTest::configProperties

Properties that should be stored in the configuration.

Type: array

File

core/modules/views/tests/src/Kernel/ViewStorageTest.php, line 26

Class

ViewStorageTest
Tests the CRUD functionality for a view.

Namespace

Drupal\Tests\views\Kernel

Code

protected $configProperties = [
  'status',
  'module',
  'id',
  'description',
  'tag',
  'base_table',
  'label',
  'display',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.