function template_preprocess_ds_row_fields in Display Suite 6.2
Same name and namespace in other branches
- 6.3 theme/theme.inc \template_preprocess_ds_row_fields()
- 6 theme/theme.inc \template_preprocess_ds_row_fields()
- 7.2 views/views_plugin_ds_fields_view.inc \template_preprocess_ds_row_fields()
- 7 views/views_plugin_ds_fields_view.inc \template_preprocess_ds_row_fields()
Preprocess theme function to print a single record from a row, with fields.
Parameters
$vars:
File
- theme/
theme.inc, line 717 - Theming functions for ds.
Code
function template_preprocess_ds_row_fields(&$vars) {
template_preprocess_views_view_fields($vars);
}