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

Breadcrumb

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

function PagerParameters::__construct

Construct a PagerManager object.

Parameters

\Symfony\Component\HttpFoundation\RequestStack $stack: The current HTTP request stack.

File

core/lib/Drupal/Core/Pager/PagerParameters.php, line 28

Class

PagerParameters
Provides pager information contained within the current request.

Namespace

Drupal\Core\Pager

Code

public function __construct(RequestStack $stack) {
    $this->requestStack = $stack;
}
RSS feed
Powered by Drupal