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

Breadcrumb

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

function MatchNoneConstraint::getPrettyString

Overrides ConstraintInterface::getPrettyString

File

vendor/composer/semver/src/Constraint/MatchNoneConstraint.php, line 51

Class

MatchNoneConstraint
Blackhole of constraints, nothing escapes it

Namespace

Composer\Semver\Constraint

Code

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

API Navigation

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