Search for view
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| View | class | core/ |
Provides a render element to display a view. |
| View | class | core/ |
Defines a View configuration entity class. |
| View | class | core/ |
Views area handlers. Insert a view inside of an area. |
All search results
| Title | Object type | File name | Summary |
|---|---|---|---|
| ViewElementTest::$testViews | property | core/ |
Views used by this test. |
| ViewElementTest::setUp | function | core/ |
|
| ViewElementTest::testViewElement | function | core/ |
Tests the rendered output and form output of a view element. |
| ViewElementTest::testViewElement | function | core/ |
Tests the rendered output and form output of a view element. |
| ViewElementTest::testViewElementEmbed | function | core/ |
Tests the rendered output and form output of a view element, using the embed display plugin. |
| ViewElementTest::testViewElementEmbed | function | core/ |
Tests the rendered output and form output of a view element, using the embed display plugin. |
| ViewEntityDependenciesTest | class | core/ |
Tests the calculation of dependencies for views. |
| ViewEntityDependenciesTest.php | file | core/ |
|
| ViewEntityDependenciesTest::$modules | property | core/ |
Modules to enable. |
| ViewEntityDependenciesTest::$testViews | property | core/ |
Views used by this test. |
| ViewEntityDependenciesTest::setUp | function | core/ |
|
| ViewEntityDependenciesTest::testGetDependencies | function | core/ |
Tests the getDependencies method. |
| ViewEntityInterface | interface | core/ |
Defines an interface for View storage classes. |
| ViewEntityInterface.php | file | core/ |
|
| ViewEntityInterface::addDisplay | function | core/ |
Adds a new display handler to the view, automatically creating an ID. |
| ViewEntityInterface::duplicateDisplayAsType | function | core/ |
Duplicates an existing display into a new display type. |
| ViewEntityInterface::getDisplay | function | core/ |
Retrieves a specific display's configuration by reference. |
| ViewEntityInterface::getExecutable | function | core/ |
Gets an executable instance for this view. |
| ViewEntityInterface::mergeDefaultDisplaysOptions | function | core/ |
Add defaults to the display options. |
| ViewExecutable | class | core/ |
Represents a view as a whole. |
| ViewExecutable.php | file | core/ |
|
| ViewExecutable::$ajaxEnabled | property | core/ |
Whether this view uses AJAX. |
| ViewExecutable::$args | property | core/ |
Any arguments that have been passed into the view. |
| ViewExecutable::$argument | property | core/ |
Stores the argument handlers which are initialized on this view. |
| ViewExecutable::$attachment_after | property | core/ |
Attachments to place after the view. |
| ViewExecutable::$attachment_before | property | core/ |
Attachments to place before the view. |
| ViewExecutable::$baseEntityType | property | core/ |
The entity type of the base table, if available. |
| ViewExecutable::$base_database | property | core/ |
Allow to override the used database which is used for this query. |
| ViewExecutable::$build_info | property | core/ |
An array of build info. |
| ViewExecutable::$build_sort | property | core/ |
Indicates if the sorts have been built. |
| ViewExecutable::$built | property | core/ |
Whether or not the view has been built. |
| ViewExecutable::$current_display | property | core/ |
Identifier of the current display. |
| ViewExecutable::$current_page | property | core/ |
The current page. If the view uses pagination. |
| ViewExecutable::$displayHandlers | property | core/ |
The list of used displays of the view. |
| ViewExecutable::$display_handler | property | core/ |
The current used display plugin. |
| ViewExecutable::$dom_id | property | core/ |
A unique identifier which allows to update multiple views output via js. |
| ViewExecutable::$element | property | core/ |
A render array container to store render related information. |
| ViewExecutable::$empty | property | core/ |
Stores the area handlers for the empty text which are initialized on this view. |
| ViewExecutable::$executed | property | core/ |
Whether the view has been executed/query has been run. |
| ViewExecutable::$exposed_data | property | core/ |
All the form data from $form_state->getValues(). |
| ViewExecutable::$exposed_input | property | core/ |
An array of input values from exposed forms. |
| ViewExecutable::$exposed_raw_input | property | core/ |
Exposed widget input directly from the $form_state->getValues(). |
| ViewExecutable::$exposed_widgets | property | core/ |
The rendered output of the exposed form. |
| ViewExecutable::$feedIcons | property | core/ |
Feed icons attached to the view. |
| ViewExecutable::$field | property | core/ |
Stores the field handlers which are initialized on this view. |
| ViewExecutable::$filter | property | core/ |
Stores the filter handlers which are initialized on this view. |
| ViewExecutable::$footer | property | core/ |
Stores the area handlers for the footer which are initialized on this view. |
| ViewExecutable::$get_total_rows | property | core/ |
Force the query to calculate the total number of results. |
| ViewExecutable::$header | property | core/ |
Stores the area handlers for the header which are initialized on this view. |
| ViewExecutable::$inited | property | core/ |
Does this view already have loaded its handlers. |
Pagination
- Previous page
- Page 53
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.