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.
|
Name |
Location | Description |
|---|---|---|
| Fields |
drupal/ |
The basic 'fields' row plugin |
| NodeRow |
drupal/ |
Plugin which performs a node_view on the resulting object. |
| RowPluginBase |
drupal/ |
Default plugin to view a single row of a table. This is really just a wrapper around a theme function. |
| RowTest |
drupal/ |
Provides a general test row plugin. |
| UserRow |
drupal/ |
A row plugin which renders a user. |