function views_plugin_pager_none::execute_count_query

Same name in other branches
  1. 6.x-3.x plugins/views_plugin_pager_none.inc \views_plugin_pager_none::execute_count_query()

Overrides views_plugin_pager::execute_count_query

File

plugins/views_plugin_pager_none.inc, line 82

Class

views_plugin_pager_none
Plugin for views without pagers.

Code

public function execute_count_query(&$count_query) {
    // If we are displaying all items, never count. But we can update the count
    // in post_execute.
}