ViewExecutable::$dom_id |
property |
core/modules/views/src/ViewExecutable.php |
A unique identifier which allows to update multiple views output via js. |
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 |
All the form data from $form_state->getValues(). |
ViewExecutable::$exposed_input |
property |
core/modules/views/src/ViewExecutable.php |
An array of input values from exposed forms. |
ViewExecutable::$exposed_raw_input |
property |
core/modules/views/src/ViewExecutable.php |
Exposed widget input directly from the $form_state->getValues(). |
ViewExecutable::$exposed_widgets |
property |
core/modules/views/src/ViewExecutable.php |
The render array for the exposed form. |
ViewExecutable::$feedIcons |
property |
core/modules/views/src/ViewExecutable.php |
Feed icons attached to the view. |
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 |
Force the query to calculate the total number of results. |
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 |
Whether this view is an attachment to another view. |
ViewExecutable::$items_per_page |
property |
core/modules/views/src/ViewExecutable.php |
The number of items per page. |
ViewExecutable::$many_to_one_tables |
property |
core/modules/views/src/ViewExecutable.php |
Stores the many-to-one tables for performance. |
ViewExecutable::$offset |
property |
core/modules/views/src/ViewExecutable.php |
The pager offset. |
ViewExecutable::$old_view |
property |
core/modules/views/src/ViewExecutable.php |
Used to store views that were previously running if we recurse. |
ViewExecutable::$override_path |
property |
core/modules/views/src/ViewExecutable.php |
Allow to override the path used for generated urls. |
ViewExecutable::$override_url |
property |
core/modules/views/src/ViewExecutable.php |
Allow to override the \Drupal\Core\Url of the current view. |
ViewExecutable::$pager |
property |
core/modules/views/src/ViewExecutable.php |
The used pager plugin used by the current executed view. |
ViewExecutable::$parent_views |
property |
core/modules/views/src/ViewExecutable.php |
To avoid recursion in views embedded into areas. |
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 |
Stores the current active row while rendering. |
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. |
ViewExecutable::$style_plugin |
property |
core/modules/views/src/ViewExecutable.php |
The current used style plugin. |
ViewExecutable::$total_rows |
property |
core/modules/views/src/ViewExecutable.php |
The total number of rows returned from the query. |
ViewExecutable::$user |
property |
core/modules/views/src/ViewExecutable.php |
The current user. |
ViewExecutable::$viewsData |
property |
core/modules/views/src/ViewExecutable.php |
The views data. |
ViewExecutable::access |
function |
core/modules/views/src/ViewExecutable.php |
Determines if the given user has access to the view. |
ViewExecutable::addCacheContext |
function |
core/modules/views/src/ViewExecutable.php |
Expands the list of used cache contexts for the view. |
ViewExecutable::addHandler |
function |
core/modules/views/src/ViewExecutable.php |
Adds an instance of a handler to the view. |
ViewExecutable::ajaxEnabled |
function |
core/modules/views/src/ViewExecutable.php |
Determines whether or not AJAX should be used. |
ViewExecutable::attachDisplays |
function |
core/modules/views/src/ViewExecutable.php |
Runs attachment displays for the view. |
ViewExecutable::build |
function |
core/modules/views/src/ViewExecutable.php |
Builds the query for the view. |
ViewExecutable::buildRenderable |
function |
core/modules/views/src/ViewExecutable.php |
Builds the render array outline for the given display. |
ViewExecutable::buildThemeFunctions |
function |
core/modules/views/src/ViewExecutable.php |
Provides a full array of possible theme functions to try for a given hook. |
ViewExecutable::buildTitle |
function |
core/modules/views/src/ViewExecutable.php |
Forces the view to build a title. |