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 14
Definition of Drupal\views\Plugin\views\row\RowPluginBase.

Classes

Namesort descending Location Description
DataEntityRow drupal/core/modules/rest/lib/Drupal/rest/Plugin/views/row/DataEntityRow.php Plugin which displays entities as raw data.
DataFieldRow drupal/core/modules/rest/lib/Drupal/rest/Plugin/views/row/DataFieldRow.php Plugin which displays fields as raw data.
EntityReference drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/views/row/EntityReference.php EntityReference row plugin.
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.
ViewsEntityRow drupal/core/modules/views/lib/Drupal/views/Plugin/Derivative/ViewsEntityRow.php Provides views row plugin definitions for all non-special entity types.