You are here

Views row plugins in Views (for Drupal 7) 8.3

Row plugins control how Views outputs an individual record.

They are tightly coupled to style plugins, in that a style plugin is what calls the row plugin.

File

lib/Drupal/views/Plugin/views/row/RowPluginBase.php, line 13
Definition of Drupal\views\Plugin\views\row\RowPluginBase.

Classes

Namesort descending Location Description
Fields lib/Drupal/views/Plugin/views/row/Fields.php The basic 'fields' row plugin
RowPluginBase lib/Drupal/views/Plugin/views/row/RowPluginBase.php Default plugin to view a single row of a table. This is really just a wrapper around a theme function.
RowTest tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/row/RowTest.php Provides a general test row plugin.
View lib/Views/node/Plugin/views/row/View.php Plugin which performs a node_view on the resulting object.
View lib/Views/user/Plugin/views/row/View.php A row plugin which renders a user.