Views row plugins in Views (for Drupal 7) 8.3
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
- lib/
Drupal/ views/ Plugin/ views/ row/ RowPluginBase.php, line 13 - Definition of Drupal\views\Plugin\views\row\RowPluginBase.
Classes
Name | Location | Description |
---|---|---|
Fields |
lib/ |
The basic 'fields' row plugin |
RowPluginBase |
lib/ |
Default plugin to view a single row of a table. This is really just a wrapper around a theme function. |
RowTest |
tests/ |
Provides a general test row plugin. |
View |
lib/ |
Plugin which performs a node_view on the resulting object. |
View |
lib/ |
A row plugin which renders a user. |