You are here

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

Overrides PagerPluginBase::uses_exposed

File

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

Class

Full
The plugin to handle full pager.

Namespace

Drupal\views\Plugin\views\pager

Code

function uses_exposed() {
  return $this
    ->items_per_page_exposed() || $this
    ->offset_exposed();
}