Get the pager manager service, if available.
\Drupal\Core\Pager\PagerManagerInterface The pager manager service, if available.
\Drupal\Core\DependencyInjection\ContainerNotInitializedException If the container has not been initialized yet.
public function getPagerManager() : PagerManagerInterface { return \Drupal::service('pager.manager'); }