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

If this view has been previewed. Type: bool File core/modules/views/src/ViewExecutable.php, line 350 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code public $preview;

ViewExecutable::$query

Where the $query object will reside. Type: \Drupal\views\Plugin\views\query\QueryPluginBase File core/modules/views/src/ViewExecutable.php, line 187 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code public $query = NULL;

ViewExecutable::$relationship

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

ViewExecutable::$request

Stores the current request object. Type: \Symfony\Component\HttpFoundation\Request File core/modules/views/src/ViewExecutable.php, line 327 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code protected $request;

ViewExecutable::$response

Stores the current response object. Type: \Symfony\Component\HttpFoundation\Response File core/modules/views/src/ViewExecutable.php, line 320 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code protected $response = NULL;

ViewExecutable::$result

Where the results of a query will go. The array must use a numeric index starting at 0. Type: \Drupal\views\ResultRow[] File core/modules/views/src/ViewExecutable.php, line 78 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code public $result = array();

ViewExecutable::$routeProvider

The route provider. Type: \Drupal\Core\Routing\RouteProviderInterface File core/modules/views/src/ViewExecutable.php, line 429 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code protected $routeProvider;