Properties that should be stored in the configuration.
Type: array
File
- drupal/core/modules/views/lib/Drupal/views/Tests/ViewStorageTest.php, line 29
- Definition of Drupal\views\Tests\ViewStorageTest.
Class
- ViewStorageTest
- Tests the functionality of View and ViewStorageController.
Namespace
Drupal\views\Tests
Code
protected $config_properties = array(
'status',
'module',
'id',
'description',
'tag',
'base_table',
'label',
'core',
'display',
);