You are here

function views_oai_pmh_plugin_row_dc::render in Views OAI-PMH 6

Same name and namespace in other branches
  1. 6.2 plugins/views_oai_pmh_plugin_row_dc.inc \views_oai_pmh_plugin_row_dc::render()
  2. 7 plugins/views_oai_pmh_plugin_row_dc.inc \views_oai_pmh_plugin_row_dc::render()
  3. 7.2 plugins/views_oai_pmh_plugin_row_dc.inc \views_oai_pmh_plugin_row_dc::render()

File

plugins/views_oai_pmh_plugin_row_dc.inc, line 6

Class

views_oai_pmh_plugin_row_dc

Code

function render($row) {
  return theme($this
    ->theme_functions(), array(
    'view' => $this->view,
    'options' => $this->options,
    'row' => $row,
  ));
}