Modify the query for paging
This is called during the build phase and can directly modify the query.
Overrides PagerPluginBase::query
public function query() {
$this->view->query
->setLimit($this->options['items_per_page']);
$this->view->query
->setOffset($this->options['offset']);
}