You are here

function views_plugin_pager_none::execute_count_query in Views (for Drupal 7) 6.3

Same name and namespace in other branches
  1. 7.3 plugins/views_plugin_pager_none.inc \views_plugin_pager_none::execute_count_query()

Execute the count query, which will be done just prior to the query itself being executed.

Overrides views_plugin_pager::execute_count_query

File

plugins/views_plugin_pager_none.inc, line 55

Class

views_plugin_pager_none
Plugin for views without pagers.

Code

function execute_count_query(&$count_query, $args) {

  // If we are displaying all items, never count. But we can update the count in post_execute.
}