Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Bound.php
function Bound::isInclusive
Return value
bool
3 calls to
Bound::isInclusive()
Bound::isPositiveInfinity
in vendor/
composer/
semver/
src/
Constraint/
Bound.php
Bound::isZero
in vendor/
composer/
semver/
src/
Constraint/
Bound.php
Bound::__toString
in vendor/
composer/
semver/
src/
Constraint/
Bound.php
File
vendor/
composer/
semver/
src/
Constraint/
Bound.php
, line 47
Class
Bound
Namespace
Composer\Semver\Constraint
Code
public
function
isInclusive
() {
return
$this
->
isInclusive
; }
RSS feed