You are here

public function views_oai_pmh_request::make_record_identifier_prefix in Views OAI-PMH 7.3

1 call to views_oai_pmh_request::make_record_identifier_prefix()
views_oai_pmh_request::parse_arguments in includes/request.inc
Parse the given arguments, initializing each argument's corresponding member variable if the argument is valid, or appending an error when it is not.

File

includes/request.inc, line 217
Represents an OAI-PMH request.

Class

views_oai_pmh_request
Class views_oai_pmh_request.

Code

public function make_record_identifier_prefix() {
  return 'oai:' . $this
    ->get_host() . ':';
}