ViewExecutable::$total_rows

The total number of rows returned from the query. Type: int File core/modules/views/src/ViewExecutable.php, line 108 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code public $total_rows = NULL;

ViewExecutable::$showAdminLinks

Should the admin links be shown on the rendered view. Type: bool File core/modules/views/src/ViewExecutable.php, line 415 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code protected $showAdminLinks;

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;

ViewExecutable::$row_index

Stores the current active row while rendering. Type: int File core/modules/views/src/ViewExecutable.php, line 232 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code public $row_index;

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::$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::$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::$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::$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();