You are here

protected property ViewExecutableTest::$executableProperties in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/tests/src/Kernel/ViewExecutableTest.php \Drupal\Tests\views\Kernel\ViewExecutableTest::executableProperties
  2. 10 core/modules/views/tests/src/Kernel/ViewExecutableTest.php \Drupal\Tests\views\Kernel\ViewExecutableTest::executableProperties

Properties that should be stored in the executable.

Type: array

File

core/modules/views/tests/src/Kernel/ViewExecutableTest.php, line 74

Class

ViewExecutableTest
Tests the ViewExecutable class.

Namespace

Drupal\Tests\views\Kernel

Code

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