Search for executable
- Search 7.x for executable
- Search 9.5.x for executable
- Search 8.9.x for executable
- Search 10.3.x for executable
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ViewExecutable::$rowPlugin | property | core/ |
The current used row plugin, if the style plugin supports row plugins. |
ViewExecutable::$row_index | property | core/ |
|
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/ |
|
ViewExecutable::$total_rows | property | core/ |
|
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 a handler instance. |
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::getCurrentPage | function | core/ |
Gets the current page from the pager. |
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::getHandler | function | core/ |
Gets the configuration of a handler instance on a given display. |
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::getPager | function | core/ |
Gets the current pager plugin. |
ViewExecutable::getPath | function | core/ |
Gets the base path used for this view. |
ViewExecutable::getPluginTypes | function | core/ |
Returns the valid types of plugins that can be used. |
ViewExecutable::getQuery | function | core/ |
Gets the current query plugin. |
ViewExecutable::getRequest | function | core/ |
Gets the request object. |
ViewExecutable::getResponse | function | core/ |
Gets the response object used by the view. |
ViewExecutable::getShowAdminLinks | function | core/ |
Returns whether admin links should be rendered on the view. |
ViewExecutable::getStyle | function | core/ |
Gets the current style plugin. |
ViewExecutable::getTitle | function | core/ |
Gets the view's current title. |
ViewExecutable::getUrl | function | core/ |
Gets the URL for the current view. |
ViewExecutable::getUrlInfo | function | core/ |
Gets the Url object associated with the display handler. |
ViewExecutable::getUser | function | core/ |
Gets the current user. |
ViewExecutable::hasFormElements | function | core/ |
Determines if this view has form elements. |
Pagination
- Previous page
- Page 5
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.