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

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

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;