You are here

function Full::offset_exposed in Views (for Drupal 7) 8.3

Overrides PagerPluginBase::offset_exposed

3 calls to Full::offset_exposed()
Full::exposed_form_alter in lib/Drupal/views/Plugin/views/pager/Full.php
Full::query in lib/Drupal/views/Plugin/views/pager/Full.php
Modify the query for paging
Full::uses_exposed in lib/Drupal/views/Plugin/views/pager/Full.php

File

lib/Drupal/views/Plugin/views/pager/Full.php, line 400
Definition of Drupal\views\Plugin\views\pager\Full.

Class

Full
The plugin to handle full pager.

Namespace

Drupal\views\Plugin\views\pager

Code

function offset_exposed() {
  return !empty($this->options['expose']['offset']);
}