| ViewEntityDependenciesTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php |
Views used by this test. |
| ViewEntityDependenciesTest::setUp |
function |
core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php |
|
| ViewEntityDependenciesTest::testGetDependencies |
function |
core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php |
Tests the getDependencies method. |
| ViewEntityInterface |
interface |
core/modules/views/src/ViewEntityInterface.php |
Defines an interface for View storage classes. |
| ViewEntityInterface.php |
file |
core/modules/views/src/ViewEntityInterface.php |
|
| ViewEntityInterface::addDisplay |
function |
core/modules/views/src/ViewEntityInterface.php |
Adds a new display handler to the view, automatically creating an ID. |
| ViewEntityInterface::duplicateDisplayAsType |
function |
core/modules/views/src/ViewEntityInterface.php |
Duplicates an existing display into a new display type. |
| ViewEntityInterface::getDisplay |
function |
core/modules/views/src/ViewEntityInterface.php |
Retrieves a specific display's configuration by reference. |
| ViewEntityInterface::getExecutable |
function |
core/modules/views/src/ViewEntityInterface.php |
Gets an executable instance for this view. |
| ViewEntityInterface::mergeDefaultDisplaysOptions |
function |
core/modules/views/src/ViewEntityInterface.php |
Add defaults to the display options. |
| ViewExecutable |
class |
core/modules/views/src/ViewExecutable.php |
Represents a view as a whole. |
| ViewExecutable.php |
file |
core/modules/views/src/ViewExecutable.php |
|
| ViewExecutable::$ajaxEnabled |
property |
core/modules/views/src/ViewExecutable.php |
Whether this view uses AJAX. |
| ViewExecutable::$args |
property |
core/modules/views/src/ViewExecutable.php |
Any arguments that have been passed into the view. |
| ViewExecutable::$argument |
property |
core/modules/views/src/ViewExecutable.php |
Stores the argument handlers which are initialized on this view. |
| ViewExecutable::$attachment_after |
property |
core/modules/views/src/ViewExecutable.php |
Attachments to place after the view. |
| ViewExecutable::$attachment_before |
property |
core/modules/views/src/ViewExecutable.php |
Attachments to place before the view. |
| 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 |
Allow to override the used database which is used for this query. |
| ViewExecutable::$build_info |
property |
core/modules/views/src/ViewExecutable.php |
An array of build info. |
| ViewExecutable::$build_sort |
property |
core/modules/views/src/ViewExecutable.php |
Indicates if the sorts have been built. |
| ViewExecutable::$build_time |
property |
core/modules/views/src/ViewExecutable.php |
The build execution time. |
| 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 |
Identifier of the current display. |
| ViewExecutable::$current_page |
property |
core/modules/views/src/ViewExecutable.php |
The current page. If the view uses pagination. |
| 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 |
The current used display plugin. |
| 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 |
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. |