Search for executable
- Search 7.x for executable
- Search 9.5.x for executable
- Search 10.3.x for executable
- Search 11.x for executable
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
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. |
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::$old_view | property | core/ |
Used to store views that were previously running if we recurse. |
ViewExecutable::$override_path | property | core/ |
Allow to override the path used for generated urls. |
ViewExecutable::$override_url | property | core/ |
Allow to override the url of the current view. |
ViewExecutable::$pager | property | core/ |
The used pager plugin used by the current executed view. |
ViewExecutable::$parent_views | property | core/ |
To avoid recursion in views embedded into areas. |
ViewExecutable::$preview | property | core/ |
If this view has been previewed. |
ViewExecutable::$query | property | core/ |
Where the $query object will reside. |
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::$routeProvider | property | core/ |
The route provider. |
ViewExecutable::$rowPlugin | property | core/ |
The current used row plugin, if the style plugin supports row plugins. |
ViewExecutable::$row_index | property | core/ |
Stores the current active row while rendering. |
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::addCacheContext | function | core/ |
Expands the list of used cache contexts for the view. |
ViewExecutable::addHandler | function | core/ |
Adds an instance of a handler to the view. |
ViewExecutable::ajaxEnabled | function | core/ |
Determines whether or not AJAX should be used. |
ViewExecutable::attachDisplays | function | core/ |
Runs attachment displays for the view. |
ViewExecutable::build | function | core/ |
Builds the query for the view. |
ViewExecutable::buildRenderable | function | core/ |
Builds the render array outline for the given display. |
ViewExecutable::buildThemeFunctions | function | core/ |
Provides a full array of possible theme functions to try for a given hook. |
ViewExecutable::buildTitle | function | core/ |
Forces the view to build a title. |
ViewExecutable::chooseDisplay | function | core/ |
Gets the first display that is accessible to the user. |
ViewExecutable::createDuplicate | function | core/ |
Creates a duplicate ViewExecutable object. |
ViewExecutable::destroy | function | core/ |
Unsets references so that a $view object may be properly garbage collected. |
ViewExecutable::execute | function | core/ |
Executes the view's query. |
ViewExecutable::executeDisplay | function | core/ |
Executes the given display, with the given arguments. |
ViewExecutable::generateHandlerId | function | core/ |
Generates a unique ID for an handler instance. |
ViewExecutable::getBaseEntityType | function | core/ |
Returns the entity type of the base table, if available. |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.