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

A unique identifier which allows to update multiple views output via js. Type: string File core/modules/views/src/ViewExecutable.php, line 382 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code public $dom_id;

ViewExecutable::$display_handler

The current used display plugin. Type: \Drupal\views\Plugin\views\display\DisplayPluginBase File core/modules/views/src/ViewExecutable.php, line 201 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code public $display_handler;

ViewExecutable::$displayHandlers

The list of used displays of the view. An array containing Drupal\views\Plugin\views\display\DisplayPluginBase objects. Type: \Drupal\views\DisplayPluginCollection File core/modules/views/src/ViewExecutable.php, line 211 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code public $displayHandlers;

ViewExecutable::$current_display

Identifier of the current display. Type: string File core/modules/views/src/ViewExecutable.php, line 180 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code public $current_display;

ViewExecutable::$base_database

Allow to override the used database which is used for this query. Type: bool File core/modules/views/src/ViewExecutable.php, line 253 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code public $base_database = NULL;

ViewExecutable::$current_page

The current page. If the view uses pagination. Type: int File core/modules/views/src/ViewExecutable.php, line 87 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code protected $current_page = NULL;

ViewExecutable::$build_sort

Indicates if the sorts have been built. @todo Group with other static properties. Type: bool File core/modules/views/src/ViewExecutable.php, line 368 Class ViewExecutable Represents a view as a whole. Namespace Drupal\views Code public $build_sort;