public function None::executeCountQuery

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

Overrides PagerPluginBase::executeCountQuery

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/None.php, line 78
Definition of Drupal\views\Plugin\views\pager\None.

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