ViewExecutable::$attachment_after |
property |
core/modules/views/src/ViewExecutable.php |
|
ViewExecutable::$attachment_before |
property |
core/modules/views/src/ViewExecutable.php |
|
ViewExecutable::$baseEntityType |
property |
core/modules/views/src/ViewExecutable.php |
The entity type of the base table, if available. |
ViewExecutable::$base_database |
property |
core/modules/views/src/ViewExecutable.php |
|
ViewExecutable::$build_info |
property |
core/modules/views/src/ViewExecutable.php |
|
ViewExecutable::$build_sort |
property |
core/modules/views/src/ViewExecutable.php |
|
ViewExecutable::$build_time |
property |
core/modules/views/src/ViewExecutable.php |
|
ViewExecutable::$built |
property |
core/modules/views/src/ViewExecutable.php |
Whether or not the view has been built. |
ViewExecutable::$current_display |
property |
core/modules/views/src/ViewExecutable.php |
|
ViewExecutable::$current_page |
property |
core/modules/views/src/ViewExecutable.php |
|
ViewExecutable::$displayHandlers |
property |
core/modules/views/src/ViewExecutable.php |
The list of used displays of the view. |
ViewExecutable::$display_handler |
property |
core/modules/views/src/ViewExecutable.php |
|
ViewExecutable::$dom_id |
property |
core/modules/views/src/ViewExecutable.php |
|
ViewExecutable::$element |
property |
core/modules/views/src/ViewExecutable.php |
A render array container to store render related information. |
ViewExecutable::$empty |
property |
core/modules/views/src/ViewExecutable.php |
Stores the area handlers for the empty text which are initialized on this view. |
ViewExecutable::$executed |
property |
core/modules/views/src/ViewExecutable.php |
Whether the view has been executed/query has been run. |
ViewExecutable::$exposed_data |
property |
core/modules/views/src/ViewExecutable.php |
|
ViewExecutable::$exposed_input |
property |
core/modules/views/src/ViewExecutable.php |
|
ViewExecutable::$exposed_raw_input |
property |
core/modules/views/src/ViewExecutable.php |
|
ViewExecutable::$exposed_widgets |
property |
core/modules/views/src/ViewExecutable.php |
|
ViewExecutable::$feedIcons |
property |
core/modules/views/src/ViewExecutable.php |
|
ViewExecutable::$field |
property |
core/modules/views/src/ViewExecutable.php |
Stores the field handlers which are initialized on this view. |
ViewExecutable::$filter |
property |
core/modules/views/src/ViewExecutable.php |
Stores the filter handlers which are initialized on this view. |
ViewExecutable::$footer |
property |
core/modules/views/src/ViewExecutable.php |
Stores the area handlers for the footer which are initialized on this view. |
ViewExecutable::$get_total_rows |
property |
core/modules/views/src/ViewExecutable.php |
|
ViewExecutable::$header |
property |
core/modules/views/src/ViewExecutable.php |
Stores the area handlers for the header which are initialized on this view. |
ViewExecutable::$inited |
property |
core/modules/views/src/ViewExecutable.php |
Does this view already have loaded its handlers. |
ViewExecutable::$is_attachment |
property |
core/modules/views/src/ViewExecutable.php |
|
ViewExecutable::$items_per_page |
property |
core/modules/views/src/ViewExecutable.php |
|
ViewExecutable::$many_to_one_tables |
property |
core/modules/views/src/ViewExecutable.php |
|
ViewExecutable::$offset |
property |
core/modules/views/src/ViewExecutable.php |
|
ViewExecutable::$old_view |
property |
core/modules/views/src/ViewExecutable.php |
|
ViewExecutable::$override_path |
property |
core/modules/views/src/ViewExecutable.php |
|
ViewExecutable::$override_url |
property |
core/modules/views/src/ViewExecutable.php |
|
ViewExecutable::$pager |
property |
core/modules/views/src/ViewExecutable.php |
|
ViewExecutable::$parent_views |
property |
core/modules/views/src/ViewExecutable.php |
|
ViewExecutable::$plugin_name |
property |
core/modules/views/src/ViewExecutable.php |
|
ViewExecutable::$preview |
property |
core/modules/views/src/ViewExecutable.php |
If this view has been previewed. |
ViewExecutable::$query |
property |
core/modules/views/src/ViewExecutable.php |
Where the $query object will reside. |
ViewExecutable::$relationship |
property |
core/modules/views/src/ViewExecutable.php |
Stores the relationship handlers which are initialized on this view. |
ViewExecutable::$request |
property |
core/modules/views/src/ViewExecutable.php |
Stores the current request object. |
ViewExecutable::$response |
property |
core/modules/views/src/ViewExecutable.php |
Stores the current response object. |
ViewExecutable::$result |
property |
core/modules/views/src/ViewExecutable.php |
Where the results of a query will go. |
ViewExecutable::$routeProvider |
property |
core/modules/views/src/ViewExecutable.php |
The route provider. |
ViewExecutable::$rowPlugin |
property |
core/modules/views/src/ViewExecutable.php |
The current used row plugin, if the style plugin supports row plugins. |
ViewExecutable::$row_index |
property |
core/modules/views/src/ViewExecutable.php |
|
ViewExecutable::$serializationData |
property |
core/modules/views/src/ViewExecutable.php |
Holds all necessary data for proper unserialization. |
ViewExecutable::$showAdminLinks |
property |
core/modules/views/src/ViewExecutable.php |
Should the admin links be shown on the rendered view. |
ViewExecutable::$sort |
property |
core/modules/views/src/ViewExecutable.php |
Stores the sort handlers which are initialized on this view. |
ViewExecutable::$storage |
property |
core/modules/views/src/ViewExecutable.php |
The config entity in which the view is stored. |