You are here

protected property OgAdminMembersViewTest::$executableProperties in Organic groups 8

Properties that should be stored in the executable.

Type: array

File

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

Class

OgAdminMembersViewTest
Tests the OG admin Members view.

Namespace

Drupal\Tests\og\Kernel\Views

Code

protected $executableProperties = [
  'storage',
  'built',
  'executed',
  'args',
  'build_info',
  'result',
  'attachment_before',
  'attachment_after',
  'exposed_data',
  'exposed_raw_input',
  'old_view',
  'parent_views',
];