function Some::query

Same name and namespace in other branches
  1. 9 core/modules/views/src/Plugin/views/pager/Some.php \Drupal\views\Plugin\views\pager\Some::query()
  2. 10 core/modules/views/src/Plugin/views/pager/Some.php \Drupal\views\Plugin\views\pager\Some::query()
  3. 11.x core/modules/views/src/Plugin/views/pager/Some.php \Drupal\views\Plugin\views\pager\Some::query()

Overrides PagerPluginBase::query

File

core/modules/views/src/Plugin/views/pager/Some.php, line 67

Class

Some
Plugin for views without pagers.

Namespace

Drupal\views\Plugin\views\pager

Code

public function query() {
    $this->view->query
        ->setLimit($this->options['items_per_page']);
    $this->view->query
        ->setOffset($this->options['offset']);
}

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