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::$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::$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::$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::$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::$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::$get_total_rows

Force the query to calculate the total number of results. @todo Move to the query. Type: bool File core/modules/views/src/ViewExecutable.php, line 359 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code public $get_total_rows;

ViewExecutable::$is_attachment

Whether this view is an attachment to another view. Type: bool File core/modules/views/src/ViewExecutable.php, line 173 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code public $is_attachment = NULL;

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;