ViewExecutable::$build_info

An array of build info. Type: array File core/modules/views/src/ViewExecutable.php, line 62 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code public $build_info = array();

ViewExecutable::$built

Whether or not the view has been built. @todo Group with other static properties. Type: bool File core/modules/views/src/ViewExecutable.php, line 39 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code public $built = FALSE;

ViewExecutable::$ajaxEnabled

Whether this view uses AJAX. Type: bool File core/modules/views/src/ViewExecutable.php, line 69 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code protected $ajaxEnabled = FALSE;

ViewExecutable

Represents a view as a whole. An object to contain all of the data to generate a view, plus the member functions to build the view query, execute the query and render the output. Hierarchy class \Drupal\views\ViewExecutable implements \Serializable uses DependencySerializationTrait File core/modules/views/src/ViewExecutable.php, line 22 Namespace Drupal\views Members Name Modifiers Type Description DependencySerializationTrait::$_serviceIds protected property An array of

ViewExecutable::$attachment_before

Attachments to place before the view. Type: array() File core/modules/views/src/ViewExecutable.php, line 115 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code public $attachment_before = array();

ViewExecutable::$args

Any arguments that have been passed into the view. Type: array File core/modules/views/src/ViewExecutable.php, line 55 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code public $args = array();

ViewExecutable::$baseEntityType

The entity type of the base table, if available. Type: \Drupal\Core\Entity\EntityTypeInterface|false File core/modules/views/src/ViewExecutable.php, line 436 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code protected $baseEntityType;

ViewExecutable::$argument

Stores the argument handlers which are initialized on this view. Type: \Drupal\views\Plugin\views\argument\ArgumentPluginBase[] File core/modules/views/src/ViewExecutable.php, line 269 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code public $argument;

ViewExecutable::$attachment_after

Attachments to place after the view. Type: array File core/modules/views/src/ViewExecutable.php, line 122 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code public $attachment_after = array();

ViewEntityInterface::mergeDefaultDisplaysOptions

public ViewEntityInterface::mergeDefaultDisplaysOptions() Add defaults to the display options. File core/modules/views/src/ViewEntityInterface.php, line 34 Class ViewEntityInterface Defines an interface for View storage classes. Namespace Drupal\views Code public function mergeDefaultDisplaysOptions();