function Full::offset_exposed

Overrides PagerPluginBase::offset_exposed

3 calls to Full::offset_exposed()

File

drupal/core/modules/views/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']);
}