You are here

function date_views_plugin_pager::use_count_query in Date 8

Same name and namespace in other branches
  1. 7.3 date_views/includes/date_views_plugin_pager.inc \date_views_plugin_pager::use_count_query()
  2. 7.2 date_views/includes/date_views_plugin_pager.inc \date_views_plugin_pager::use_count_query()

This kind of pager does not need to count the number of records.

File

date_views/includes/date_views_plugin_pager.inc, line 54
Date pager. Works with a Date argument, the argument filters the view and the pager provides back/next navigation.

Class

date_views_plugin_pager
Example plugin to handle paging by month.

Code

function use_count_query() {
  return FALSE;
}