You are here

public function date_views_plugin_pager::has_more_records in Date 7.2

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

Determine if there are more records available.

This is primarily used to control the display of a more link.

Overrides views_plugin_pager::has_more_records

File

date_views/includes/date_views_plugin_pager.inc, line 73
Date pager.

Class

date_views_plugin_pager
Views pager plugin to page by month.

Code

public function has_more_records() {
  return FALSE;
}