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.

See also

hook_views_plugins()

File

core/modules/views/plugins/views_plugin_row.inc, line 7
Contains the base row style plugin.

Classes

Name Locationsort ascending Description
views_plugin_row_fields core/modules/views/plugins/views_plugin_row_fields.inc The basic 'fields' row plugin
views_plugin_row core/modules/views/plugins/views_plugin_row.inc Default plugin to view a single row of a table. This is really just a wrapper around a theme function.
views_plugin_row_user_view core/modules/user/views/views_plugin_row_user_view.inc A row plugin which renders a user account via user_view.
views_plugin_row_node_view core/modules/node/views/views_plugin_row_node_view.inc Plugin which performs a node_view on the resulting object.