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

Breadcrumb

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

function MatchNoneConstraint::matches

Parameters

ConstraintInterface $provider:

Return value

bool

Overrides ConstraintInterface::matches

File

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

Class

MatchNoneConstraint
Blackhole of constraints, nothing escapes it

Namespace

Composer\Semver\Constraint

Code

public function matches(ConstraintInterface $provider) {
    return false;
}

API Navigation

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