You are here

public function None::executeCountQuery in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/src/Plugin/views/pager/None.php \Drupal\views\Plugin\views\pager\None::executeCountQuery()
  2. 10 core/modules/views/src/Plugin/views/pager/None.php \Drupal\views\Plugin\views\pager\None::executeCountQuery()

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

Overrides PagerPluginBase::executeCountQuery

File

core/modules/views/src/Plugin/views/pager/None.php, line 73

Class

None
Plugin for views without pagers.

Namespace

Drupal\views\Plugin\views\pager

Code

public function executeCountQuery(&$count_query) {

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