Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
MatchNoneConstraint.php
function MatchNoneConstraint::compile
Overrides
ConstraintInterface::compile
File
vendor/
composer/
semver/
src/
Constraint/
MatchNoneConstraint.php
, line 35
Class
MatchNoneConstraint
Blackhole of constraints, nothing escapes it
Namespace
Composer\Semver\Constraint
Code
public
function
compile
(
$otherOperator
) {
return
'false'
; }
RSS feed