function ds_views_row_render_micro in Display Suite 7
Same name and namespace in other branches
- 7.2 views/views_plugin_ds_entity_view.inc \ds_views_row_render_micro()
Render the micro through the entity plugin.
File
- views/
views_plugin_ds_entity_view.inc, line 437 - Provides the Display suite views entity style plugin.
Code
function ds_views_row_render_micro($entity, $view_mode, $load_comments) {
$element = micro_view($entity, $view_mode);
return drupal_render($element);
}