You are here

function ds_views_row_apachesolr in Display Suite 6.3

Render the apachesolr object through the DS views plugin.

Parameters

array $vars The variables to manipulate.:

string $build_mode The build mode to use on this object.:

File

modules/nd/nd.module, line 305
Node displays.

Code

function ds_views_row_apachesolr(&$vars, $build_mode) {
  nd_views_node_helper($vars, $build_mode);
}