ViewExecutable::$override_path

Allow to override the path used for generated urls. Type: string File core/modules/views/src/ViewExecutable.php, line 246 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code public $override_path = NULL;

ViewExecutable::$old_view

Used to store views that were previously running if we recurse. Type: \Drupal\views\ViewExecutable[] File core/modules/views/src/ViewExecutable.php, line 159 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code public $old_view = array();

ViewExecutable::$offset

The pager offset. Type: int File core/modules/views/src/ViewExecutable.php, line 101 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code protected $offset = NULL;

ViewExecutable::$override_url

Allow to override the url of the current view. Type: \Drupal\Core\Url File core/modules/views/src/ViewExecutable.php, line 239 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code public $override_url;

ViewExecutable::$pager

The used pager plugin used by the current executed view. Type: \Drupal\views\Plugin\views\pager\PagerPluginBase File core/modules/views/src/ViewExecutable.php, line 194 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code public $pager = NULL;

ViewExecutable::$parent_views

To avoid recursion in views embedded into areas. Type: \Drupal\views\ViewExecutable[] File core/modules/views/src/ViewExecutable.php, line 166 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code public $parent_views = array();

ViewExecutable::$many_to_one_tables

Stores the many-to-one tables for performance. Type: array File core/modules/views/src/ViewExecutable.php, line 375 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code public $many_to_one_tables;

ViewExecutable::$footer

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

ViewExecutable::$header

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

ViewExecutable::$inited

Does this view already have loaded it's handlers. @todo Group with other static properties. Type: bool File core/modules/views/src/ViewExecutable.php, line 336 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code public $inited;