namespace Drupal\views\Plugin\views\style

Classsort descending Location Description
DefaultStyle drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/DefaultStyle.php Unformatted style plugin to render rows one after another with no decorations.
DefaultSummary drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/DefaultSummary.php The default style plugin for summaries.
Grid drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/Grid.php Style plugin to render each item in a grid cell.
HtmlList drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/HtmlList.php Style plugin to render each item in an ordered or unordered list.
Mapping drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/Mapping.php Allows fields to be mapped to specific use cases.
Rss drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/Rss.php Default style plugin to render an RSS feed.
StylePluginBase drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/StylePluginBase.php Base class to define a style plugin handler.
Table drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/Table.php Style plugin to render each item as a row in a table.
UnformattedSummary drupal/core/modules/views/lib/Drupal/views/Plugin/views/style/UnformattedSummary.php The default style plugin for summaries.