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…
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.
ViewsBundle drupal/core/modules/views/lib/Drupal/views/ViewsBundle.php Views dependency injection container.
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.