You are here

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

Prepares the query for an 'Identify' OAI-PMH request.

File

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

Class

views_oai_pmh_plugin_style
Views OAI-PMH_plugin style.

Code

protected function identify_query() {

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