namespace Drupal\views

Classsort ascending Location Description
ViewStorageInterface drupal/core/modules/views/lib/Drupal/views/ViewStorageInterface.php Defines an interface for View storage classes.
ViewStorageController drupal/core/modules/views/lib/Drupal/views/ViewStorageController.php Defines the storage controller class for View entities.
ViewsData drupal/core/modules/views/lib/Drupal/views/ViewsData.php Class to manage and lazy load cached views data.
ViewsAccessCheck drupal/core/modules/views/lib/Drupal/views/ViewsAccessCheck.php Defines a route access checker for the _access_all_views permission.
Views drupal/core/modules/views/lib/Drupal/views/Views.php Static service container wrapper for views.
ViewExecutableFactory drupal/core/modules/views/lib/Drupal/views/ViewExecutableFactory.php Defines the cache backend factory.
ViewExecutable drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php An object to contain all of the data to generate a view, plus the member functions to build the view query, execute the query and render the output.
ManyToOneHelper drupal/core/modules/views/lib/Drupal/views/ManyToOneHelper.php This many to one helper object is used on both arguments and filters.
DisplayBag drupal/core/modules/views/lib/Drupal/views/DisplayBag.php A class which wraps the displays of a view so you can lazy-initialize them.
Analyzer drupal/core/modules/views/lib/Drupal/views/Analyzer.php This tool is a small plugin manager to perform analysis on a view and report results to the user. This tool is meant to let modules that provide data to Views also help users properly use that data by detecting invalid configurations. Views itself…