ViewExecutable::$element

A render array container to store render related information. For example you can alter the array and attach some asset library or JS settings via the #attached key. This is the required way to add custom CSS or JS. Type: array See also \Drupal\Core\Render\AttachmentsResponseProcessorInterface::processAttachments() File core/modules/views/src/ViewExecutable.php, line 395 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code public $element = [ '#attached' =&

ViewExecutable::$empty

Stores the area handlers for the empty text which are initialized on this view. An array containing Drupal\views\Plugin\views\area\AreaPluginBase objects. Type: \Drupal\views\Plugin\views\area\AreaPluginBase[] File core/modules/views/src/ViewExecutable.php, line 313 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code public $empty;

ViewExecutable::$executed

Whether the view has been executed/query has been run. @todo Group with other static properties. Type: bool File core/modules/views/src/ViewExecutable.php, line 48 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code public $executed = FALSE;

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