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
Code
function query() {
return parent::query();
}