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

Breadcrumb

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

function Request::__construct

Same name in this branch
  1. 11.1.x vendor/guzzlehttp/psr7/src/Request.php \GuzzleHttp\Psr7\Request::__construct()
  2. 11.1.x vendor/symfony/browser-kit/Request.php \Symfony\Component\BrowserKit\Request::__construct()
  3. 11.1.x vendor/symfony/http-foundation/Request.php \Symfony\Component\HttpFoundation\Request::__construct()

File

vendor/composer/composer/src/Composer/DependencyResolver/Request.php, line 60

Class

Request
@author Nils Adermann <naderman@naderman.de>

Namespace

Composer\DependencyResolver

Code

public function __construct(?LockArrayRepository $lockedRepository = null) {
    $this->lockedRepository = $lockedRepository;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal