You are here

protected function views_oai_pmh_plugin_style::make_record_identifier in Views OAI-PMH 7.3

Make the record identifier.

2 calls to views_oai_pmh_plugin_style::make_record_identifier()
views_oai_pmh_plugin_style::append_oai_identifier_description in plugins/views_oai_pmh_plugin_style.inc
views_oai_pmh_plugin_style::append_record_header in plugins/views_oai_pmh_plugin_style.inc
Append record header.

File

plugins/views_oai_pmh_plugin_style.inc, line 843
Contains the base OAI-PMH style plugin.

Class

views_oai_pmh_plugin_style
Views OAI-PMH_plugin style.

Code

protected function make_record_identifier($entity_id) {
  return $this->request
    ->make_record_identifier_prefix() . $entity_id;
}