Search for match
- Search 7.x for match
- Search 9.5.x for match
- Search 8.9.x for match
- Search 10.3.x for match
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| DefaultsEntityForm::getEntityFromRouteMatch | function | core/ |
Determines which entity will be used by this form from a RouteMatch object. |
| DenyAdminRoutes::$routeMatch | property | core/ |
The current route match. |
| DenyNoCacheRoutes::$routeMatch | property | core/ |
The current route match. |
| DenyNoCacheRoutesTest::$routeMatch | property | core/ |
The current route match. |
| DocParser::match | function | core/ |
Attempts to match the given token with the current lookahead token. If they match, updates the lookahead token; otherwise raises a syntax error. |
| DocParser::matchAny | function | core/ |
Attempts to match the current lookahead token with any of the given tokens. |
| Drupal::routeMatch | function | core/ |
Retrieves the currently active route match object. |
| Endpoint::matchUrl | function | core/ |
Tries to match a URL against the endpoint schemes. |
| EndpointTest::testCaseSensitiveMatch | function | core/ |
Tests case sensitive match. |
| EndpointTest::testMatchUrl | function | core/ |
Tests match url. |
| EnsurePHPStanVersionsMatchTest | class | core/ |
Tests that PHPStan version used for rules testing matches core. |
| EnsurePHPStanVersionsMatchTest.php | file | core/ |
|
| EnsurePHPStanVersionsMatchTest::testVersions | function | core/ |
|
| entity.autocomplete_matcher | service | core/ |
Drupal\Core\Entity\EntityAutocompleteMatcher |
| EntityAccessCheckTest::createRouteMatchForObject | function | core/ |
Wrap any object with a route match, and return that. |
| EntityAutocomplete::matchEntityByTitle | function | core/ |
Finds an entity from an autocomplete input without an explicit ID. |
| EntityAutocompleteController::$matcher | property | core/ |
The autocomplete matcher for entity references. |
| EntityAutocompleteMatcher | class | core/ |
Matcher class to get autocompletion results for entity reference. |
| EntityAutocompleteMatcher.php | file | core/ |
|
| EntityAutocompleteMatcher::$selectionManager | property | core/ |
The entity reference selection handler plugin manager. |
| EntityAutocompleteMatcher::getMatches | function | core/ |
Gets matched labels based on a given search string. |
| EntityAutocompleteMatcher::__construct | function | core/ |
Constructs an EntityAutocompleteMatcher object. |
| EntityAutocompleteMatcherInterface | interface | core/ |
Provides an interface for the entity autocomplete matcher. |
| EntityAutocompleteMatcherInterface.php | file | core/ |
|
| EntityAutocompleteMatcherInterface::getMatches | function | core/ |
Gets matched labels based on a given search string. |
| EntityDisplayFormBase::getEntityFromRouteMatch | function | core/ |
Determines which entity will be used by this form from a RouteMatch object. |
| EntityForm::getEntityFromRouteMatch | function | core/ |
Determines which entity will be used by this form from a RouteMatch object. |
| EntityFormInterface::getEntityFromRouteMatch | function | core/ |
Determines which entity will be used by this form from a RouteMatch object. |
| EntityFormTest::testGetEntityFromRouteMatchAdd | function | core/ |
Tests EntityForm::getEntityFromRouteMatch() for add forms without a bundle. |
| EntityFormTest::testGetEntityFromRouteMatchAddEntity | function | core/ |
Tests EntityForm::getEntityFromRouteMatch() with a config entity bundle. |
| EntityFormTest::testGetEntityFromRouteMatchAddStatic | function | core/ |
Tests EntityForm::getEntityFromRouteMatch() with a static bundle. |
| EntityFormTest::testGetEntityFromRouteMatchEditDelete | function | core/ |
Tests EntityForm::getEntityFromRouteMatch() for edit and delete forms. |
| EntityReferenceAutocompleteWidget::getMatchOperatorOptions | function | core/ |
Returns the options for the match operator. |
| EntityResourceTestBase::assertStoredEntityMatchesSentNormalization | function | core/ |
Asserts that the stored entity matches the sent normalization. |
| EntityTypeRepositoryTest::testGetEntityTypeFromClassNoMatch | function | core/ |
Tests get entity type from class no match. |
| FieldStorageConfigEditForm::getEntityFromRouteMatch | function | core/ |
Determines which entity will be used by this form from a RouteMatch object. |
| FileFieldPathTest::assertPathMatch | function | core/ |
Asserts that a file is uploaded to the right location. |
| FilterUninstallValidatorTest::testValidateNoMatchingFormats | function | core/ |
Tests validate no matching formats. |
| FormAjaxResponseBuilder::$routeMatch | property | core/ |
The current route match. |
| FormAjaxResponseBuilderTest::$routeMatch | property | core/ |
|
| FormBase::$routeMatch | property | core/ |
The route match. |
| FormBase::getRouteMatch | function | core/ |
Gets the route match. |
| FormCacheTest::testSetCacheBuildIdMismatch | function | core/ |
Tests set cache build id mismatch. |
| FundamentalCompatibilityConstraintValidator::checkHtmlRestrictionsMatch | function | core/ |
Checks the HTML restrictions match the enabled CKEditor 5 plugins' output. |
| HelpBlock::$routeMatch | property | core/ |
The current route match. |
| Inspector::assertAllMatch | function | core/ |
Asserts that all members are strings that contain the specified string. |
| Inspector::assertAllRegularExpressionMatch | function | core/ |
Asserts that all members are strings matching a regular expression. |
| InspectorTest::testAssertAllMatch | function | core/ |
Tests asserting strstr() or stristr() match. |
| InspectorTest::testAssertAllRegularExpressionMatch | function | core/ |
Tests asserting regular expression match. |
| InstallerExistingConfigSyncDirectoryProfileMismatchTest | class | core/ |
Verifies that installing from existing configuration works. |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.