public function PagerPluginBase::setOffset

Set the page offset, or how many items to skip.

File

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

Class

PagerPluginBase
The base plugin to handle pager.

Namespace

Drupal\views\Plugin\views\pager

Code

public function setOffset($offset) {
  $this->options['offset'] = $offset;
}