Gets the current pager plugin.
\Drupal\views\Plugin\views\pager\PagerPluginBase The current pager plugin.
public function getPager() { if (!isset($this->pager)) { $this->initPager(); } return $this->pager; }