Search for view

  1. Search 7.x for view
  2. Search 8.9.x for view
  3. Search 10.3.x for view
  4. Search 11.x for view
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
View class core/modules/views/src/Element/View.php Provides a render element to display a view.
View class core/modules/views/src/Entity/View.php Defines a View configuration entity class.
View class core/modules/views/src/Plugin/views/area/View.php Views area handlers. Insert a view inside of an area.

All search results

Title Object type File name Summary
ViewExecutable::$result property core/modules/views/src/ViewExecutable.php Where the results of a query will go.
ViewExecutable::$routeProvider property core/modules/views/src/ViewExecutable.php The route provider.
ViewExecutable::$rowPlugin property core/modules/views/src/ViewExecutable.php The current used row plugin, if the style plugin supports row plugins.
ViewExecutable::$row_index property core/modules/views/src/ViewExecutable.php Stores the current active row while rendering.
ViewExecutable::$serializationData property core/modules/views/src/ViewExecutable.php Holds all necessary data for proper unserialization.
ViewExecutable::$showAdminLinks property core/modules/views/src/ViewExecutable.php Should the admin links be shown on the rendered view.
ViewExecutable::$sort property core/modules/views/src/ViewExecutable.php Stores the sort handlers which are initialized on this view.
ViewExecutable::$storage property core/modules/views/src/ViewExecutable.php The config entity in which the view is stored.
ViewExecutable::$style_plugin property core/modules/views/src/ViewExecutable.php The current used style plugin.
ViewExecutable::$total_rows property core/modules/views/src/ViewExecutable.php The total number of rows returned from the query.
ViewExecutable::$user property core/modules/views/src/ViewExecutable.php The current user.
ViewExecutable::$viewsData property core/modules/views/src/ViewExecutable.php The views data.
ViewExecutable::access function core/modules/views/src/ViewExecutable.php Determines if the given user has access to the view.
ViewExecutable::addCacheContext function core/modules/views/src/ViewExecutable.php Expands the list of used cache contexts for the view.
ViewExecutable::addHandler function core/modules/views/src/ViewExecutable.php Adds an instance of a handler to the view.
ViewExecutable::ajaxEnabled function core/modules/views/src/ViewExecutable.php Determines whether or not AJAX should be used.
ViewExecutable::attachDisplays function core/modules/views/src/ViewExecutable.php Runs attachment displays for the view.
ViewExecutable::build function core/modules/views/src/ViewExecutable.php Builds the query for the view.
ViewExecutable::buildRenderable function core/modules/views/src/ViewExecutable.php Builds the render array outline for the given display.
ViewExecutable::buildThemeFunctions function core/modules/views/src/ViewExecutable.php Provides a full array of possible theme functions to try for a given hook.
ViewExecutable::buildTitle function core/modules/views/src/ViewExecutable.php Forces the view to build a title.
ViewExecutable::chooseDisplay function core/modules/views/src/ViewExecutable.php Gets the first display that is accessible to the user.
ViewExecutable::createDuplicate function core/modules/views/src/ViewExecutable.php Creates a duplicate ViewExecutable object.
ViewExecutable::destroy function core/modules/views/src/ViewExecutable.php Unsets references so that a $view object may be properly garbage collected.
ViewExecutable::execute function core/modules/views/src/ViewExecutable.php Executes the view's query.
ViewExecutable::executeDisplay function core/modules/views/src/ViewExecutable.php Executes the given display, with the given arguments.
ViewExecutable::generateHandlerId function core/modules/views/src/ViewExecutable.php Generates a unique ID for a handler instance.
ViewExecutable::getBaseEntityType function core/modules/views/src/ViewExecutable.php Returns the entity type of the base table, if available.
ViewExecutable::getBaseTables function core/modules/views/src/ViewExecutable.php Creates a list of base tables to be used by the view.
ViewExecutable::getCacheTags function core/modules/views/src/ViewExecutable.php Gets the cache tags associated with the executed view.
ViewExecutable::getCurrentPage function core/modules/views/src/ViewExecutable.php Gets the current page from the pager.
ViewExecutable::getDependencies function core/modules/views/src/ViewExecutable.php Gets dependencies for the view.
ViewExecutable::getDisplay function core/modules/views/src/ViewExecutable.php Gets the current display plugin.
ViewExecutable::getExposedInput function core/modules/views/src/ViewExecutable.php Figures out what the exposed input for this view is.
ViewExecutable::getHandler function core/modules/views/src/ViewExecutable.php Gets the configuration of a handler instance on a given display.
ViewExecutable::getHandlers function core/modules/views/src/ViewExecutable.php Gets an array of handler instances for the current display.
ViewExecutable::getHandlerTypes function core/modules/views/src/ViewExecutable.php Provides a list of views handler types used in a view.
ViewExecutable::getItemsPerPage function core/modules/views/src/ViewExecutable.php Gets the items per page from the pager.
ViewExecutable::getOffset function core/modules/views/src/ViewExecutable.php Gets the pager offset from the pager.
ViewExecutable::getPager function core/modules/views/src/ViewExecutable.php Gets the current pager plugin.
ViewExecutable::getPath function core/modules/views/src/ViewExecutable.php Gets the base path used for this view.
ViewExecutable::getPluginTypes function core/modules/views/src/ViewExecutable.php Returns the valid types of plugins that can be used.
ViewExecutable::getQuery function core/modules/views/src/ViewExecutable.php Gets the current query plugin.
ViewExecutable::getRequest function core/modules/views/src/ViewExecutable.php Gets the request object.
ViewExecutable::getResponse function core/modules/views/src/ViewExecutable.php Gets the response object used by the view.
ViewExecutable::getShowAdminLinks function core/modules/views/src/ViewExecutable.php Returns whether admin links should be rendered on the view.
ViewExecutable::getStyle function core/modules/views/src/ViewExecutable.php Gets the current style plugin.
ViewExecutable::getTitle function core/modules/views/src/ViewExecutable.php Gets the view's current title.
ViewExecutable::getUrl function core/modules/views/src/ViewExecutable.php Gets the URL for the current view.
ViewExecutable::getUrlInfo function core/modules/views/src/ViewExecutable.php Gets the Url object associated with the display handler.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.