You are here

protected property ViewStorageTest::$config_properties in Views (for Drupal 7) 8.3

Properties that should be stored in the configuration.

Type: array

File

lib/Drupal/views/Tests/ViewStorageTest.php, line 29
Definition of Drupal\views\Tests\ViewStorageTest.

Class

ViewStorageTest
Tests the functionality of ViewStorage and ViewStorageController.

Namespace

Drupal\views\Tests

Code

protected $config_properties = array(
  'disabled',
  'api_version',
  'module',
  'name',
  'description',
  'tag',
  'base_table',
  'human_name',
  'core',
  'display',
);