You are here

function views_oai_pmh_plugin_style::get_field_id in Views OAI-PMH 7.2

Same name and namespace in other branches
  1. 6.2 plugins/views_oai_pmh_plugin_style.inc \views_oai_pmh_plugin_style::get_field_id()

Get the nid of the result at the given row index.

Parameters

$index: The index count of the row.

File

plugins/views_oai_pmh_plugin_style.inc, line 97
Definition of the views_oai_pmh_plugin_style class.

Class

views_oai_pmh_plugin_style
@file Definition of the views_oai_pmh_plugin_style class.

Code

function get_field_id($index) {
  return $this->view->result[$index];
}