Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
MatchAllConstraint.php
function MatchAllConstraint::compile
Overrides
ConstraintInterface::compile
File
vendor/
composer/
semver/
src/
Constraint/
MatchAllConstraint.php
, line 37
Class
MatchAllConstraint
Defines the absence of a constraint.
Namespace
Composer\Semver\Constraint
Code
public
function
compile
(
$otherOperator
) {
return
'true'
; }
RSS feed