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

Breadcrumb

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

function RuleSetGenerator::__construct

File

vendor/composer/composer/src/Composer/DependencyResolver/RuleSetGenerator.php, line 38

Class

RuleSetGenerator
@author Nils Adermann <naderman@naderman.de> @phpstan-import-type ReasonData from Rule

Namespace

Composer\DependencyResolver

Code

public function __construct(PolicyInterface $policy, Pool $pool) {
    $this->policy = $policy;
    $this->pool = $pool;
    $this->rules = new RuleSet();
}

API Navigation

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