Views' row plugins

Same name in other branches
  1. 7.x-3.x plugins/views_plugin_row.inc \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.

See also

hook_views_plugins

File

plugins/views_plugin_row.inc, line 7

Classes

Title Sort descending File name Summary
views_plugin_row 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 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_fields plugins/views_plugin_row_fields.inc The basic 'fields' row plugin