Search for match
- Search 7.x for match
- Search 8.9.x for match
- Search 10.3.x for match
- Search 11.x for match
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| RouteMatch::getRouteName | function | core/ |
Returns the route name. |
| RouteMatch::getRouteObject | function | core/ |
Returns the route object. |
| RouteMatch::__construct | function | core/ |
Constructs a RouteMatch object. |
| RouteMatchInterface | interface | core/ |
Provides an interface for classes representing the result of routing. |
| RouteMatchInterface.php | file | core/ |
|
| RouteMatchInterface::getParameter | function | core/ |
Returns the processed value of a named route parameter. |
| RouteMatchInterface::getParameters | function | core/ |
Returns the bag of all processed route parameters. |
| RouteMatchInterface::getRawParameter | function | core/ |
Returns the raw value of a named route parameter. |
| RouteMatchInterface::getRawParameters | function | core/ |
Returns the bag of all raw route parameters. |
| RouteMatchInterface::getRouteName | function | core/ |
Returns the route name. |
| RouteMatchInterface::getRouteObject | function | core/ |
Returns the route object. |
| RouteMatchTest | class | core/ |
@coversDefaultClass \Drupal\Core\Routing\RouteMatch[[api-linebreak]] @group Routing |
| RouteMatchTest.php | file | core/ |
|
| RouteMatchTest::getRouteMatch | function | core/ |
Build a test route match object for the given implementation. |
| RouteMatchTest::testRouteMatchFromRequest | function | core/ |
@covers ::createFromRequest[[api-linebreak]] @covers ::__construct[[api-linebreak]] |
| RouteMatchTestBase | class | core/ |
Base test class for testing classes implementing the route match interface. |
| RouteMatchTestBase.php | file | core/ |
|
| RouteMatchTestBase::getRouteMatch | function | core/ |
Build a test route match object for the given implementation. |
| RouteMatchTestBase::routeMatchProvider | function | core/ |
Provide sets of parameters and expected parameters for parameter tests. |
| RouteMatchTestBase::testGetParameter | function | core/ |
@covers ::getParameter[[api-linebreak]] @covers \Drupal\Core\Routing\RouteMatch::getParameterNames[[api-linebreak]] @dataProvider routeMatchProvider |
| RouteMatchTestBase::testGetParameters | function | core/ |
@covers ::getParameters[[api-linebreak]] @covers \Drupal\Core\Routing\RouteMatch::getParameterNames[[api-linebreak]] @dataProvider routeMatchProvider |
| RouteMatchTestBase::testGetRawParameter | function | core/ |
@covers ::getRawParameter[[api-linebreak]] @covers \Drupal\Core\Routing\RouteMatch::getParameterNames[[api-linebreak]] @dataProvider routeMatchProvider |
| RouteMatchTestBase::testGetRawParameters | function | core/ |
@covers ::getRawParameters[[api-linebreak]] @covers \Drupal\Core\Routing\RouteMatch::getParameterNames[[api-linebreak]] @dataProvider routeMatchProvider |
| RouteMatchTestBase::testGetRouteName | function | core/ |
@covers ::getRouteName[[api-linebreak]] @dataProvider routeMatchProvider |
| RouteMatchTestBase::testGetRouteObject | function | core/ |
@covers ::getRouteObject[[api-linebreak]] @dataProvider routeMatchProvider |
| RouteMatchValueResolver | class | core/ |
Yields a RouteMatch object based on the request object passed along. |
| RouteMatchValueResolver.php | file | core/ |
|
| RouteMatchValueResolver::resolve | function | core/ |
|
| RouteMatchValueResolver::supports | function | core/ |
|
| RouteProcessorCurrent::$routeMatch | property | core/ |
The current route match. |
| RouteProviderTest::testExactPathMatch | function | core/ |
Confirms that we can find routes with the exact incoming path. |
| RouteProviderTest::testOutlinePathMatch | function | core/ |
Confirms that we can find routes whose pattern would match the request. |
| RouteProviderTest::testOutlinePathMatchDefaults | function | core/ |
Confirms that we can find routes whose pattern would match the request. |
| RouteProviderTest::testOutlinePathMatchDefaultsCollision | function | core/ |
Confirms that we can find routes whose pattern would match the request. |
| RouteProviderTest::testOutlinePathMatchDefaultsCollision2 | function | core/ |
Confirms that we can find routes whose pattern would match the request. |
| RouteProviderTest::testOutlinePathMatchDefaultsCollision3 | function | core/ |
Confirms that we can find multiple routes that match the request equally. |
| RouteProviderTest::testOutlinePathMatchTrailingSlash | function | core/ |
Confirms that a trailing slash on the request does not result in a 404. |
| RouteProviderTest::testOutlinePathMatchZero | function | core/ |
Tests a route with a 0 as value. |
| RouteProviderTest::testOutlinePathNoMatch | function | core/ |
Confirms that an exception is thrown when no matching path is found. |
| Router::doMatchCollection | function | core/ |
Tries to match a URL with a set of routes. |
| Router::match | function | core/ |
|
| Router::matchCollection | function | core/ |
Tries to match a URL with a set of routes. |
| Router::matchRequest | function | core/ |
|
| RouterTest::testMatchesWithDifferentFitOrder | function | core/ |
@covers ::applyFitOrder[[api-linebreak]] |
| RouterTest::testRouterMatching | function | core/ |
Tests that a page trying to match a path will succeed. |
| SearchMatchTest | class | core/ |
Indexes content and queries it. |
| SearchMatchTest.php | file | core/ |
|
| SearchMatchTest::$modules | property | core/ |
Modules to enable. |
| SearchMatchTest::getText | function | core/ |
_test_: Helper method for generating snippets of content. |
| SearchMatchTest::getText2 | function | core/ |
_test2_: Helper method for generating snippets of content. |
Pagination
- Previous page
- Page 7
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.