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

Breadcrumb

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

function Bound::getVersion

Return value

string

4 calls to Bound::getVersion()
Bound::compareTo in vendor/composer/semver/src/Constraint/Bound.php
Compares a bound to another with a given operator.
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 39

Class

Bound

Namespace

Composer\Semver\Constraint

Code

public function getVersion() {
    return $this->version;
}

API Navigation

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