Search for %s
- Search 7.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ViewEntityInterface::mergeDefaultDisplaysOptions | function | core/ |
Add defaults to the display options. |
| ViewExecutable::$args | property | core/ |
Any arguments that have been passed into 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_sort | property | core/ |
Indicates if the sorts have been built. |
| ViewExecutable::$current_display | property | core/ |
Identifier of the current display. |
| ViewExecutable::$displayHandlers | property | core/ |
The list of used displays of the view. |
| ViewExecutable::$display_handler | property | core/ |
The current used display plugin. |
| 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 render array for the exposed form. |
| ViewExecutable::$feedIcons | property | core/ |
Feed icons attached to the view. |
| ViewExecutable::$get_total_rows | property | core/ |
Force the query to calculate the total number of results. |
| ViewExecutable::$is_attachment | property | core/ |
Whether this view is an attachment to another view. |
| ViewExecutable::$items_per_page | property | core/ |
The number of items per page. |
| ViewExecutable::$many_to_one_tables | property | core/ |
Stores the many-to-one tables for performance. |
| ViewExecutable::$offset | property | core/ |
The pager offset. |
| ViewExecutable::$parent_views | property | core/ |
To avoid recursion in views embedded into areas. |
| ViewExecutable::$relationship | property | core/ |
Stores the relationship handlers which are initialized on this view. |
| ViewExecutable::$request | property | core/ |
Stores the current request object. |
| ViewExecutable::$response | property | core/ |
Stores the current response object. |
| ViewExecutable::$result | property | core/ |
Where the results of a query will go. |
| ViewExecutable::$serializationData | property | core/ |
Holds all necessary data for proper unserialization. |
| ViewExecutable::$showAdminLinks | property | core/ |
Should the admin links be shown on the rendered view. |
| ViewExecutable::$sort | property | core/ |
Stores the sort handlers which are initialized on this view. |
| ViewExecutable::$storage | property | core/ |
The config entity in which the view is stored. |
| ViewExecutable::$style_plugin | property | core/ |
The current used style plugin. |
| ViewExecutable::$total_rows | property | core/ |
The total number of rows returned from the query. |
| ViewExecutable::$user | property | core/ |
The current user. |
| ViewExecutable::$viewsData | property | core/ |
The views data. |
| ViewExecutable::access | function | core/ |
Determines if the given user has access to the view. |
| ViewExecutable::attachDisplays | function | core/ |
Runs attachment displays for the view. |
| ViewExecutable::buildThemeFunctions | function | core/ |
Provides a full array of possible theme functions to try for a given hook. |
| ViewExecutable::chooseDisplay | function | core/ |
Gets the first display that is accessible to the user. |
| ViewExecutable::destroy | function | core/ |
Unsets references so that a $view object may be properly garbage collected. |
| ViewExecutable::executeDisplay | function | core/ |
Executes the given display, with the given arguments. |
| ViewExecutable::getBaseEntityType | function | core/ |
Returns the entity type of the base table, if available. |
| ViewExecutable::getBaseTables | function | core/ |
Creates a list of base tables to be used by the view. |
| ViewExecutable::getCacheTags | function | core/ |
Gets the cache tags associated with the executed view. |
| ViewExecutable::getDependencies | function | core/ |
Gets dependencies for the view. |
| ViewExecutable::getDisplay | function | core/ |
Gets the current display plugin. |
| ViewExecutable::getExposedInput | function | core/ |
Figures out what the exposed input for this view is. |
| ViewExecutable::getHandlers | function | core/ |
Gets an array of handler instances for the current display. |
| ViewExecutable::getHandlerTypes | function | core/ |
Provides a list of views handler types used in a view. |
| ViewExecutable::getItemsPerPage | function | core/ |
Gets the items per page from the pager. |
| ViewExecutable::getOffset | function | core/ |
Gets the pager offset from the pager. |
| ViewExecutable::getPluginTypes | function | core/ |
Returns the valid types of plugins that can be used. |
| ViewExecutable::getRequest | function | core/ |
Gets the request object. |
| ViewExecutable::getResponse | function | core/ |
Gets the response object used by the view. |
Pagination
- Previous page
- Page 1388
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.