Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. PagerManager.php

function PagerManager::findPage

Overrides PagerManagerInterface::findPage

File

core/lib/Drupal/Core/Pager/PagerManager.php, line 71

Class

PagerManager
Provides a manager for pagers.

Namespace

Drupal\Core\Pager

Code

public function findPage(int $pager_id = 0) : int {
    return $this->pagerParams
        ->findPage($pager_id);
}
RSS feed
Powered by Drupal