You are here

protected property ViewStorageTest::$configProperties in Zircon Profile 8

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

Properties that should be stored in the configuration.

Type: array

File

core/modules/views/src/Tests/ViewStorageTest.php, line 29
Contains \Drupal\views\Tests\ViewStorageTest.

Class

ViewStorageTest
Tests the CRUD functionality for a view.

Namespace

Drupal\views\Tests

Code

protected $configProperties = array(
  'status',
  'module',
  'id',
  'description',
  'tag',
  'base_table',
  'label',
  'core',
  'display',
);