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

Breadcrumb

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

function Constraint::getPrettyString

Overrides ConstraintInterface::getPrettyString

File

vendor/composer/semver/src/Constraint/Constraint.php, line 155

Class

Constraint
Defines a constraint.

Namespace

Composer\Semver\Constraint

Code

public function getPrettyString() {
    if ($this->prettyString) {
        return $this->prettyString;
    }
    return $this->__toString();
}

API Navigation

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