You are here

public function views_oai_pmh_format::get_metadata_namespace in Views OAI-PMH 7.3

Return the metadata namespace.

File

includes/format.inc, line 104
Metadata formats.

Class

views_oai_pmh_format
The base class for metadata formats.

Code

public function get_metadata_namespace() {
  return $this->namespaces[$this->metadata_namespace_prefix];
}