You are here

protected property OgAdminMembersViewTest::$configProperties in Organic groups 8

Properties that should be stored in the configuration.

Type: array

File

tests/src/Kernel/Views/OgAdminMembersViewTest.php, line 48

Class

OgAdminMembersViewTest
Tests the OG admin Members view.

Namespace

Drupal\Tests\og\Kernel\Views

Code

protected $configProperties = [
  'disabled',
  'name',
  'description',
  'tag',
  'base_table',
  'label',
  'core',
  'display',
];