You are here

function biblio_plugin_display_page::query in Bibliography Module 7.2

Inject anything into the query that the display handler needs.

Overrides views_plugin_display::query

File

views/biblio_plugin_display_page.inc, line 19

Class

biblio_plugin_display_page

Code

function query() {
  return parent::query();
}