function ds_views_row_adv_VIEWS_NAME in Display Suite 7
Same name and namespace in other branches
- 7.2 ds.api.php \ds_views_row_adv_VIEWS_NAME()
Theme an entity through an advanced function coming from the views entity plugin.
Parameters
$vars: An array of variables from the views preprocess functions.
$view_mode: The name of the view mode.
File
- ./
ds.api.php, line 562 - Hooks provided by Display Suite module.
Code
function ds_views_row_adv_VIEWS_NAME(&$vars, $view_mode) {
// You can do whatever you want to here.
$vars['object'] = 'This is what I want for christmas.';
}