You are here

protected property ViewExecutableTest::$configProperties in Views (for Drupal 7) 8.3

Properties that should be stored in the configuration.

Type: array

File

lib/Drupal/views/Tests/ViewExecutableTest.php, line 33
Definition of Drupal\views\Tests\ViewExecutableTest.

Class

ViewExecutableTest
Tests the ViewExecutable class.

Namespace

Drupal\views\Tests

Code

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