Renders a group of rows of the grouped view.
array $rows: The result rows rendered in this group.
array The render array containing the single group theme output.
protected function renderRowGroup(array $rows = array()) {
return array(
'#theme' => $this
->themeFunctions(),
'#view' => $this->view,
'#rows' => $rows,
);
}