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

Breadcrumb

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

function MatchAllConstraint::getUpperBound

Overrides ConstraintInterface::getUpperBound

File

vendor/composer/semver/src/Constraint/MatchAllConstraint.php, line 73

Class

MatchAllConstraint
Defines the absence of a constraint.

Namespace

Composer\Semver\Constraint

Code

public function getUpperBound() {
    return Bound::positiveInfinity();
}

API Navigation

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