You are here

namespace Drupal\views\Plugin\views\display in Drupal 10

Same name in other branches
  1. 8 Drupal\views\Plugin\views\display
  2. 9 Drupal\views\Plugin\views\display
Classsort descending Location Description
Attachment core/modules/views/src/Plugin/views/display/Attachment.php The plugin that handles an attachment display.
Block core/modules/views/src/Plugin/views/display/Block.php The plugin that handles a block.
DefaultDisplay core/modules/views/src/Plugin/views/display/DefaultDisplay.php A plugin to handle defaults on a view.
DisplayMenuInterface core/modules/views/src/Plugin/views/display/DisplayMenuInterface.php Defines an interface for displays that provide menu links.
DisplayPluginInterface core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Provides an interface for Views display plugins.
DisplayRouterInterface core/modules/views/src/Plugin/views/display/DisplayRouterInterface.php Defines an interface for displays that can collect routes.
Embed core/modules/views/src/Plugin/views/display/Embed.php The plugin that handles an embed display.
Feed core/modules/views/src/Plugin/views/display/Feed.php The plugin that handles a feed, such as RSS or atom.
Page core/modules/views/src/Plugin/views/display/Page.php The plugin that handles a full page.
PathPluginBase core/modules/views/src/Plugin/views/display/PathPluginBase.php The base display plugin for path/callbacks. This is used for pages and feeds.
ResponseDisplayPluginInterface core/modules/views/src/Plugin/views/display/ResponseDisplayPluginInterface.php Defines a display which returns a Response object.