function PagerPluginBase::set_offset in Views (for Drupal 7) 8.3
Set the page offset, or how many items to skip.
File
- lib/
Drupal/ views/ Plugin/ views/ pager/ PagerPluginBase.php, line 84 - Definition of Drupal\views\Plugin\views\pager\PagerPluginBase.
Class
- PagerPluginBase
- The base plugin to handle pager.
Namespace
Drupal\views\Plugin\views\pagerCode
function set_offset($offset) {
$this->options['offset'] = $offset;
}