Views row plugins in Views (for Drupal 7) 7.3
Same name and namespace in other branches
- 6.3 plugins/views_plugin_row.inc \views_row_plugins
- 6.2 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
File
- plugins/
views_plugin_row.inc, line 8 - Definition of views_plugin_row.
Classes
Name | Location | Description |
---|---|---|
views_plugin_row |
plugins/ |
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/ |
The basic 'fields' row plugin. |
views_plugin_row_node_view |
modules/ |
Plugin which performs a node_view on the resulting object. |
views_plugin_row_user_view |
modules/ |
A row plugin which renders a user via user_view. |