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

Breadcrumb

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

function AbstractVersionConstraint::asString

Overrides VersionConstraint::asString

1 call to AbstractVersionConstraint::asString()
ExactVersionConstraint::complies in vendor/phar-io/version/src/constraints/ExactVersionConstraint.php

File

vendor/phar-io/version/src/constraints/AbstractVersionConstraint.php, line 20

Class

AbstractVersionConstraint

Namespace

PharIo\Version

Code

public function asString() : string {
    return $this->originalValue;
}

API Navigation

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