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

The number of items per page. Type: int File core/modules/views/src/ViewExecutable.php, line 94 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code protected $items_per_page = NULL;

ViewExecutable::$feedIcons

Feed icons attached to the view. Type: array File core/modules/views/src/ViewExecutable.php, line 129 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code public $feedIcons = array();

ViewExecutable::$filter

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

ViewExecutable::$exposed_data

All the form data from $form_state->getValues(). Type: array File core/modules/views/src/ViewExecutable.php, line 138 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code public $exposed_data = array();

ViewExecutable::$exposed_raw_input

Exposed widget input directly from the $form_state->getValues(). Type: array File core/modules/views/src/ViewExecutable.php, line 152 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code public $exposed_raw_input = array();

ViewExecutable::$exposed_widgets

The rendered output of the exposed form. Type: string File core/modules/views/src/ViewExecutable.php, line 343 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code public $exposed_widgets;

ViewExecutable::$exposed_input

An array of input values from exposed forms. Type: array File core/modules/views/src/ViewExecutable.php, line 145 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code protected $exposed_input = array();

ViewExecutable::$field

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