You are here

namespace Drupal\views in Drupal 9

Same name in other branches
  1. 8 Drupal\views
  2. 10 Drupal\views
Classsort descending Location Description
Analyzer core/modules/views/src/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…
DisplayPluginCollection core/modules/views/src/DisplayPluginCollection.php A class which wraps the displays of a view so you can lazy-initialize them.
EntityViewsData core/modules/views/src/EntityViewsData.php Provides generic views integration for entities.
EntityViewsDataInterface core/modules/views/src/EntityViewsDataInterface.php Provides an interface to integrate an entity type with views.
ExposedFormCache core/modules/views/src/ExposedFormCache.php Caches exposed forms, as they are heavy to generate.
FieldAPIHandlerTrait core/modules/views/src/FieldAPIHandlerTrait.php A trait containing helper methods for field definitions.
ManyToOneHelper core/modules/views/src/ManyToOneHelper.php This many to one helper object is used on both arguments and filters.
ResultRow core/modules/views/src/ResultRow.php A class representing a view result row.
ViewEntityInterface core/modules/views/src/ViewEntityInterface.php Defines an interface for View storage classes.
ViewExecutable core/modules/views/src/ViewExecutable.php Represents a view as a whole.
ViewExecutableFactory core/modules/views/src/ViewExecutableFactory.php Defines the cache backend factory.
Views core/modules/views/src/Views.php Static service container wrapper for views.
ViewsConfigUpdater core/modules/views/src/ViewsConfigUpdater.php Provides a BC layer for modules providing old configurations.
ViewsData core/modules/views/src/ViewsData.php Class to manage and lazy load cached views data.
ViewsDataHelper core/modules/views/src/ViewsDataHelper.php Defines a helper class for stuff related to views data.