You are here

protected property ViewExecutableTest::$executableProperties in Zircon Profile 8

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

Properties that should be stored in the executable.

Type: array

File

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

Class

ViewExecutableTest
Tests the ViewExecutable class.

Namespace

Drupal\views\Tests

Code

protected $executableProperties = array(
  'storage',
  'built',
  'executed',
  'args',
  'build_info',
  'result',
  'attachment_before',
  'attachment_after',
  'exposed_data',
  'exposed_raw_input',
  'old_view',
  'parent_views',
);