namespace Drupal\views

Classsort descending Location Description
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…
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.
ManyToOneHelper drupal/core/modules/views/lib/Drupal/views/ManyToOneHelper.php This many to one helper object is used on both arguments and filters.
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.
ViewExecutableFactory drupal/core/modules/views/lib/Drupal/views/ViewExecutableFactory.php Defines the cache backend factory.
Views drupal/core/modules/views/lib/Drupal/views/Views.php Static service container wrapper for views.
ViewsAccessCheck drupal/core/modules/views/lib/Drupal/views/ViewsAccessCheck.php Defines a route access checker for the _access_all_views permission.
ViewsData drupal/core/modules/views/lib/Drupal/views/ViewsData.php Class to manage and lazy load cached views data.
ViewStorageController drupal/core/modules/views/lib/Drupal/views/ViewStorageController.php Defines the storage controller class for View entities.
ViewStorageInterface drupal/core/modules/views/lib/Drupal/views/ViewStorageInterface.php Defines an interface for View storage classes.