Views row plugins

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

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

Classes

Namesort descending Location Description
Fields drupal/core/modules/views/lib/Drupal/views/Plugin/views/row/Fields.php The basic 'fields' row plugin
NodeRow drupal/core/modules/node/lib/Drupal/node/Plugin/views/row/NodeRow.php Plugin which performs a node_view on the resulting object.
RowPluginBase drupal/core/modules/views/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 drupal/core/modules/views/tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/row/RowTest.php Provides a general test row plugin.
UserRow drupal/core/modules/user/lib/Drupal/user/Plugin/views/row/UserRow.php A row plugin which renders a user.