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

Breadcrumb

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

function MultiConstraint::isConjunctive

Return value

bool

1 call to MultiConstraint::isConjunctive()
MultiConstraint::extractBounds in vendor/composer/semver/src/Constraint/MultiConstraint.php

File

vendor/composer/semver/src/Constraint/MultiConstraint.php, line 71

Class

MultiConstraint
Defines a conjunctive or disjunctive set of constraints.

Namespace

Composer\Semver\Constraint

Code

public function isConjunctive() {
    return $this->conjunctive;
}
RSS feed
Powered by Drupal