Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Bound.php
function Bound::positiveInfinity
Return value
self
2 calls to
Bound::positiveInfinity()
Constraint::extractBounds
in vendor/
composer/
semver/
src/
Constraint/
Constraint.php
MatchAllConstraint::getUpperBound
in vendor/
composer/
semver/
src/
Constraint/
MatchAllConstraint.php
File
vendor/
composer/
semver/
src/
Constraint/
Bound.php
, line 118
Class
Bound
Namespace
Composer\Semver\Constraint
Code
public static
function
positiveInfinity
() {
return
new
Bound
(
PHP_INT_MAX
.
'.0.0.0'
,
false
); }
RSS feed