You are here

protected property ViewExecutableTest::$configProperties in Zircon Profile 8.0

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

Properties that should be stored in the configuration.

Type: array

File

core/modules/views/src/Tests/ViewExecutableTest.php, line 52
Contains \Drupal\views\Tests\ViewExecutableTest.

Class

ViewExecutableTest
Tests the ViewExecutable class.

Namespace

Drupal\views\Tests

Code

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