Search for match

  1. Search 7.x for match
  2. Search 9.5.x for match
  3. Search 8.9.x for match
  4. Search 11.x for match
  5. Other projects
Title Object type File name Summary
RouteProcessorCurrent::$routeMatch property core/lib/Drupal/Core/RouteProcessor/RouteProcessorCurrent.php The current route match.
RouteProviderTest::testExactPathMatch function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Confirms that we can find routes with the exact incoming path.
RouteProviderTest::testOutlinePathMatch function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Confirms that we can find routes whose pattern would match the request.
RouteProviderTest::testOutlinePathMatchDefaults function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Confirms that we can find routes whose pattern would match the request.
RouteProviderTest::testOutlinePathMatchDefaultsCollision function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Confirms that we can find routes whose pattern would match the request.
RouteProviderTest::testOutlinePathMatchDefaultsCollision2 function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Confirms that we can find routes whose pattern would match the request.
RouteProviderTest::testOutlinePathMatchDefaultsCollision3 function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Confirms that we can find multiple routes that match the request equally.
RouteProviderTest::testOutlinePathMatchTrailingSlash function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Confirms that a trailing slash on the request does not result in a 404.
RouteProviderTest::testOutlinePathMatchZero function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Tests a route with a 0 as value.
RouteProviderTest::testOutlinePathNoMatch function core/tests/Drupal/KernelTests/Core/Routing/RouteProviderTest.php Confirms that an exception is thrown when no matching path is found.
Router::doMatchCollection function core/lib/Drupal/Core/Routing/Router.php Tries to match a URL with a set of routes.
Router::match function core/lib/Drupal/Core/Routing/Router.php
Router::matchCollection function core/lib/Drupal/Core/Routing/Router.php
Router::matchRequest function core/lib/Drupal/Core/Routing/Router.php
RouterTest::testMatchesWithDifferentFitOrder function core/tests/Drupal/Tests/Core/Routing/RouterTest.php @covers ::applyFitOrder
RouterTest::testRouterMatching function core/modules/system/tests/src/Functional/Routing/RouterTest.php Tests that a page trying to match a path will succeed.
SearchMatchTest class core/modules/search/tests/src/Kernel/SearchMatchTest.php Indexes content and queries it.
SearchMatchTest.php file core/modules/search/tests/src/Kernel/SearchMatchTest.php
SearchMatchTest::$modules property core/modules/search/tests/src/Kernel/SearchMatchTest.php Modules to install.
SearchMatchTest::getText function core/modules/search/tests/src/Kernel/SearchMatchTest.php _test_: Helper method for generating snippets of content.
SearchMatchTest::getText2 function core/modules/search/tests/src/Kernel/SearchMatchTest.php _test2_: Helper method for generating snippets of content.
SearchMatchTest::SEARCH_TYPE constant core/modules/search/tests/src/Kernel/SearchMatchTest.php
SearchMatchTest::SEARCH_TYPE_2 constant core/modules/search/tests/src/Kernel/SearchMatchTest.php
SearchMatchTest::SEARCH_TYPE_JPN constant core/modules/search/tests/src/Kernel/SearchMatchTest.php
SearchMatchTest::setUp function core/modules/search/tests/src/Kernel/SearchMatchTest.php
SearchMatchTest::testMatching function core/modules/search/tests/src/Kernel/SearchMatchTest.php Tests search indexing.
SearchMatchTest::_setup function core/modules/search/tests/src/Kernel/SearchMatchTest.php Set up a small index of items to test against.
SearchMatchTest::_testQueries function core/modules/search/tests/src/Kernel/SearchMatchTest.php Run predefine queries looking for indexed terms.
SearchMatchTest::_testQueryMatching function core/modules/search/tests/src/Kernel/SearchMatchTest.php Tests the matching abilities of the engine.
SearchMatchTest::_testQueryScores function core/modules/search/tests/src/Kernel/SearchMatchTest.php Tests the scoring abilities of the engine.
SearchNumberMatchingTest class core/modules/search/tests/src/Functional/SearchNumberMatchingTest.php Tests that numbers can be searched with more complex matching.
SearchNumberMatchingTest.php file core/modules/search/tests/src/Functional/SearchNumberMatchingTest.php
SearchNumberMatchingTest::$defaultTheme property core/modules/search/tests/src/Functional/SearchNumberMatchingTest.php The theme to install as the default for testing.
SearchNumberMatchingTest::$modules property core/modules/search/tests/src/Functional/SearchNumberMatchingTest.php Modules to install.
SearchNumberMatchingTest::$nodes property core/modules/search/tests/src/Functional/SearchNumberMatchingTest.php An array of nodes created for testing purposes.
SearchNumberMatchingTest::$numbers property core/modules/search/tests/src/Functional/SearchNumberMatchingTest.php An array of strings containing numbers to use for testing.
SearchNumberMatchingTest::$testUser property core/modules/search/tests/src/Functional/SearchNumberMatchingTest.php A user with permission to administer nodes.
SearchNumberMatchingTest::setUp function core/modules/search/tests/src/Functional/SearchNumberMatchingTest.php
SearchNumberMatchingTest::testNumberSearching function core/modules/search/tests/src/Functional/SearchNumberMatchingTest.php Tests that all the numbers can be searched.
SearchQuery::$matches property core/modules/search/src/SearchQuery.php Indicates how many matches for a search query are necessary.
SearchQuery::NO_KEYWORD_MATCHES constant core/modules/search/src/SearchQuery.php Indicates that no positive keyword matches were found.
SectionTest::testInsertAfterComponentValidUuidRegionMismatch function core/modules/layout_builder/tests/src/Unit/SectionTest.php @covers ::insertAfterComponent
SecurityAdvisoriesFetcher::getMatchingExtensionInfo function core/modules/system/src/SecurityAdvisories/SecurityAdvisoriesFetcher.php Gets the information for an extension affected by the security advisory.
SecurityAdvisoriesFetcher::matchesExistingVersion function core/modules/system/src/SecurityAdvisories/SecurityAdvisoriesFetcher.php Determines if an advisory matches the existing version of a project.
SmartDefaultSettings::addToolbarItemsToMatchHtmlElementsInFormat function core/modules/ckeditor5/src/SmartDefaultSettings.php Adds CKEditor 5 toolbar items to match the format's HTML elements.
StackedRouteMatchInterface interface core/lib/Drupal/Core/Routing/StackedRouteMatchInterface.php Defines an interface for a stack of route matches.
StackedRouteMatchInterface.php file core/lib/Drupal/Core/Routing/StackedRouteMatchInterface.php
StackedRouteMatchInterface::getCurrentRouteMatch function core/lib/Drupal/Core/Routing/StackedRouteMatchInterface.php Gets the current route match.
StackedRouteMatchInterface::getMasterRouteMatch function core/lib/Drupal/Core/Routing/StackedRouteMatchInterface.php Gets the master route match..
StackedRouteMatchInterface::getParentRouteMatch function core/lib/Drupal/Core/Routing/StackedRouteMatchInterface.php Returns the parent route match of the current.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.