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