function None::executeCountQuery

Executes the count query.

This 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 74

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.
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.