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

Breadcrumb

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

70 methods override Constraint::matches()

ArrayHasKey::matches in vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/ArrayHasKey.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
BrowserCookieValueSame::matches in vendor/symfony/browser-kit/Test/Constraint/BrowserCookieValueSame.php
BrowserHasCookie::matches in vendor/symfony/browser-kit/Test/Constraint/BrowserHasCookie.php
Callback::matches in vendor/phpunit/phpunit/src/Framework/Constraint/Callback.php
Evaluates the constraint for parameter $value. Returns true if the constraint is met, false otherwise.
CommandIsSuccessful::matches in vendor/symfony/console/Tester/Constraint/CommandIsSuccessful.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
Count::matches in vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/Count.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
CrawlerAnySelectorTextContains::matches in vendor/symfony/dom-crawler/Test/Constraint/CrawlerAnySelectorTextContains.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
CrawlerAnySelectorTextSame::matches in vendor/symfony/dom-crawler/Test/Constraint/CrawlerAnySelectorTextSame.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
CrawlerSelectorAttributeValueSame::matches in vendor/symfony/dom-crawler/Test/Constraint/CrawlerSelectorAttributeValueSame.php
CrawlerSelectorCount::matches in vendor/symfony/dom-crawler/Test/Constraint/CrawlerSelectorCount.php
CrawlerSelectorExists::matches in vendor/symfony/dom-crawler/Test/Constraint/CrawlerSelectorExists.php
CrawlerSelectorTextContains::matches in vendor/symfony/dom-crawler/Test/Constraint/CrawlerSelectorTextContains.php
CrawlerSelectorTextSame::matches in vendor/symfony/dom-crawler/Test/Constraint/CrawlerSelectorTextSame.php
DirectoryExists::matches in vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/DirectoryExists.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
EmailAddressContains::matches in vendor/symfony/mime/Test/Constraint/EmailAddressContains.php
EmailAttachmentCount::matches in vendor/symfony/mime/Test/Constraint/EmailAttachmentCount.php
EmailCount::matches in vendor/symfony/mailer/Test/Constraint/EmailCount.php
EmailHasHeader::matches in vendor/symfony/mime/Test/Constraint/EmailHasHeader.php
EmailHeaderSame::matches in vendor/symfony/mime/Test/Constraint/EmailHeaderSame.php
EmailHtmlBodyContains::matches in vendor/symfony/mime/Test/Constraint/EmailHtmlBodyContains.php
EmailIsQueued::matches in vendor/symfony/mailer/Test/Constraint/EmailIsQueued.php
EmailSubjectContains::matches in vendor/symfony/mime/Test/Constraint/EmailSubjectContains.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
EmailTextBodyContains::matches in vendor/symfony/mime/Test/Constraint/EmailTextBodyContains.php
Exception::matches in vendor/phpunit/phpunit/src/Framework/Constraint/Exception/Exception.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
ExceptionCode::matches in vendor/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionCode.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
ExceptionMessageIsOrContains::matches in vendor/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessageIsOrContains.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
ExceptionMessageMatchesRegularExpression::matches in vendor/phpunit/phpunit/src/Framework/Constraint/Exception/ExceptionMessageMatchesRegularExpression.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
FileExists::matches in vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/FileExists.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
GreaterThan::matches in vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/GreaterThan.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
IsEmpty::matches in vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/IsEmpty.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
IsFalse::matches in vendor/phpunit/phpunit/src/Framework/Constraint/Boolean/IsFalse.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
IsFinite::matches in vendor/phpunit/phpunit/src/Framework/Constraint/Math/IsFinite.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
IsInfinite::matches in vendor/phpunit/phpunit/src/Framework/Constraint/Math/IsInfinite.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
IsInstanceOf::matches in vendor/phpunit/phpunit/src/Framework/Constraint/Type/IsInstanceOf.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
IsJson::matches in vendor/phpunit/phpunit/src/Framework/Constraint/String/IsJson.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
IsList::matches in vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/IsList.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
IsNan::matches in vendor/phpunit/phpunit/src/Framework/Constraint/Math/IsNan.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
IsNull::matches in vendor/phpunit/phpunit/src/Framework/Constraint/Type/IsNull.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
IsReadable::matches in vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsReadable.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
IsTrue::matches in vendor/phpunit/phpunit/src/Framework/Constraint/Boolean/IsTrue.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
IsType::matches in vendor/phpunit/phpunit/src/Framework/Constraint/Type/IsType.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
IsWritable::matches in vendor/phpunit/phpunit/src/Framework/Constraint/Filesystem/IsWritable.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
JsonMatches::matches in vendor/phpunit/phpunit/src/Framework/Constraint/JsonMatches.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
LessThan::matches in vendor/phpunit/phpunit/src/Framework/Constraint/Cardinality/LessThan.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
LogicalAnd::matches in vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalAnd.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
LogicalNot::matches in vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalNot.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
LogicalOr::matches in vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalOr.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
LogicalXor::matches in vendor/phpunit/phpunit/src/Framework/Constraint/Operator/LogicalXor.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
MethodNameConstraint::matches in vendor/phpunit/phpunit/src/Framework/MockObject/Runtime/MethodNameConstraint.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
ObjectEquals::matches in vendor/phpunit/phpunit/src/Framework/Constraint/Object/ObjectEquals.php
ObjectHasProperty::matches in vendor/phpunit/phpunit/src/Framework/Constraint/Object/ObjectHasProperty.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
RegularExpression::matches in vendor/phpunit/phpunit/src/Framework/Constraint/String/RegularExpression.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
RequestAttributeValueSame::matches in vendor/symfony/http-foundation/Test/Constraint/RequestAttributeValueSame.php
ResponseCookieValueSame::matches in vendor/symfony/http-foundation/Test/Constraint/ResponseCookieValueSame.php
ResponseFormatSame::matches in vendor/symfony/http-foundation/Test/Constraint/ResponseFormatSame.php
ResponseHasCookie::matches in vendor/symfony/http-foundation/Test/Constraint/ResponseHasCookie.php
ResponseHasHeader::matches in vendor/symfony/http-foundation/Test/Constraint/ResponseHasHeader.php
ResponseHeaderLocationSame::matches in vendor/symfony/http-foundation/Test/Constraint/ResponseHeaderLocationSame.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
ResponseHeaderSame::matches in vendor/symfony/http-foundation/Test/Constraint/ResponseHeaderSame.php
ResponseIsRedirected::matches in vendor/symfony/http-foundation/Test/Constraint/ResponseIsRedirected.php
ResponseIsSuccessful::matches in vendor/symfony/http-foundation/Test/Constraint/ResponseIsSuccessful.php
ResponseIsUnprocessable::matches in vendor/symfony/http-foundation/Test/Constraint/ResponseIsUnprocessable.php
ResponseStatusCodeSame::matches in vendor/symfony/http-foundation/Test/Constraint/ResponseStatusCodeSame.php
StringContains::matches in vendor/phpunit/phpunit/src/Framework/Constraint/String/StringContains.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
StringEndsWith::matches in vendor/phpunit/phpunit/src/Framework/Constraint/String/StringEndsWith.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
StringEqualsStringIgnoringLineEndings::matches in vendor/phpunit/phpunit/src/Framework/Constraint/String/StringEqualsStringIgnoringLineEndings.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
StringMatchesFormatDescription::matches in vendor/phpunit/phpunit/src/Framework/Constraint/String/StringMatchesFormatDescription.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
StringStartsWith::matches in vendor/phpunit/phpunit/src/Framework/Constraint/String/StringStartsWith.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
TraversableContainsEqual::matches in vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsEqual.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.
TraversableContainsIdentical::matches in vendor/phpunit/phpunit/src/Framework/Constraint/Traversable/TraversableContainsIdentical.php
Evaluates the constraint for parameter $other. Returns true if the constraint is met, false otherwise.

API Navigation

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