You are here

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

Prepares the query for a 'ListMetadataFormats' OAI-PMH request.

File

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

Class

views_oai_pmh_plugin_style
Views OAI-PMH_plugin style.

Code

protected function list_metadata_formats_query() {

  // We do not need the view's results to provide a response.
  $this->view->executed = TRUE;
}