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::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. |
ViewExecutable::hasUrl | function | core/ |
Determines whether you can link to the view or a particular display. |
ViewExecutable::id | function | core/ |
Returns the identifier. |
ViewExecutable::initDisplay | function | core/ |
Sets the display for this view and initializes the display handler. |
ViewExecutable::initHandlers | function | core/ |
Acquires and attaches all of the handlers. |
ViewExecutable::initPager | function | core/ |
Initializes the pager. |
ViewExecutable::initQuery | function | core/ |
Initializes the query object for the view. |
ViewExecutable::initStyle | function | core/ |
Finds and initializes the style plugin. |
ViewExecutable::mergeDefaults | function | core/ |
Merges all plugin default values for each display. |
ViewExecutable::newDisplay | function | core/ |
Creates a new display and a display handler instance for it. |
ViewExecutable::postExecute | function | core/ |
Unsets the current view, mostly. |
ViewExecutable::preExecute | function | core/ |
Runs attachments and lets the display do what it needs to before running. |
ViewExecutable::preview | function | core/ |
Previews the given display, with the given arguments. |
ViewExecutable::removeHandler | function | core/ |
Removes configuration for a handler instance on a given display. |
ViewExecutable::render | function | core/ |
Renders this view for a certain display. |
ViewExecutable::renderPager | function | core/ |
Renders the pager, if necessary. |
ViewExecutable::save | function | core/ |
Saves the view. |
ViewExecutable::setAjaxEnabled | function | core/ |
Sets whether or not AJAX should be used. |
ViewExecutable::setArguments | function | core/ |
Sets the arguments for the view. |
ViewExecutable::setCurrentPage | function | core/ |
Sets the current page for the pager. |
ViewExecutable::setDisplay | function | core/ |
Sets the current display. |
ViewExecutable::setExposedInput | function | core/ |
Sets the exposed filters input to an array. |
ViewExecutable::setHandler | function | core/ |
Sets the configuration of a handler instance on a given display. |
ViewExecutable::setHandlerOption | function | core/ |
Sets an option on a handler instance. |
ViewExecutable::setItemsPerPage | function | core/ |
Sets the items per page on the pager. |
ViewExecutable::setOffset | function | core/ |
Sets the offset on the pager. |
ViewExecutable::setRequest | function | core/ |
Sets the request object. |
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.