Search for match
- Search 7.x for match
- Search 9.5.x for match
- Search 10.3.x for match
- Search 11.x for match
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
NullMatcherDumper::getRoutes | function | core/ |
Gets the routes to match. |
NullRouteMatch | class | core/ |
Stub implementation of RouteMatchInterface for when there's no matched route. |
NullRouteMatch.php | file | core/ |
|
NullRouteMatch::getParameter | function | core/ |
Returns the processed value of a named route parameter. |
NullRouteMatch::getParameters | function | core/ |
Returns the bag of all processed route parameters. |
NullRouteMatch::getRawParameter | function | core/ |
Returns the raw value of a named route parameter. |
NullRouteMatch::getRawParameters | function | core/ |
Returns the bag of all raw route parameters. |
NullRouteMatch::getRouteName | function | core/ |
Returns the route name. |
NullRouteMatch::getRouteObject | function | core/ |
Returns the route object. |
OptionsRequestSubscriberTest::testWithoutMatchingRoutes | function | core/ |
@covers ::onRequest |
PageDisplayVariantSelectionEvent::$routeMatch | property | core/ |
The current route match. |
PageDisplayVariantSelectionEvent::getRouteMatch | function | core/ |
Gets the current route match. |
path.matcher | service | core/ |
Drupal\Core\Path\PathMatcher |
PathBasedBreadcrumbBuilder::$pathMatcher | property | core/ |
The patch matcher service. |
PathBasedBreadcrumbBuilderTest::$pathMatcher | property | core/ |
The mocked path matcher service. |
PathBasedBreadcrumbBuilderTest::$requestMatcher | property | core/ |
The request matching mock object. |
PathElement::validateMatchedPath | function | core/ |
Form element validation handler for matched_path elements. |
PathMatcher | class | core/ |
Provides a path matcher. |
PathMatcher.php | file | core/ |
|
PathMatcher::$configFactory | property | core/ |
The config factory service. |
PathMatcher::$frontPage | property | core/ |
The default front page. |
PathMatcher::$isCurrentFrontPage | property | core/ |
Whether the current page is the front page. |
PathMatcher::$regexes | property | core/ |
The cache of regular expressions. |
PathMatcher::$routeMatch | property | core/ |
The current route match. |
PathMatcher::getFrontPagePath | function | core/ |
Gets the current front page path. |
PathMatcher::isFrontPage | function | core/ |
Checks if the current page is the front page. |
PathMatcher::matchPath | function | core/ |
Checks if a path matches any pattern in a set of patterns. |
PathMatcher::__construct | function | core/ |
Creates a new PathMatcher. |
PathMatcherInterface | interface | core/ |
Provides an interface for URL path matchers. |
PathMatcherInterface.php | file | core/ |
|
PathMatcherInterface::isFrontPage | function | core/ |
Checks if the current page is the front page. |
PathMatcherInterface::matchPath | function | core/ |
Checks if a path matches any pattern in a set of patterns. |
PathMatcherTest | class | core/ |
@coversDefaultClass \Drupal\Core\Path\PathMatcher @group Path |
PathMatcherTest.php | file | core/ |
|
PathMatcherTest::$pathMatcher | property | core/ |
The path matcher under test. |
PathMatcherTest::getMatchPathData | function | core/ |
Provides test path data. |
PathMatcherTest::setUp | function | core/ |
|
PathMatcherTest::testMatchPath | function | core/ |
Test that standard paths works with multiple patterns. |
PhpSelection::matchLabel | function | core/ |
Matches an entity label to an input string. |
Phpunit4CompatibilityTest::testFrameworkMockObjectMatcherInvokedRecorder | function | core/ |
Tests existence of \PHPUnit_Framework_MockObject_Matcher_InvokedRecorder. |
QueryTest::match | function | core/ |
Check a single condition for a single element. |
RequestPath::$pathMatcher | property | core/ |
The path matcher. |
ResettableStackedRouteMatchInterface | interface | core/ |
Defines an interface for a resettable stack of route matches. |
ResettableStackedRouteMatchInterface.php | file | core/ |
|
ResettableStackedRouteMatchInterface::resetRouteMatch | function | core/ |
Resets the route match static cache. |
ResolvedLibraryDefinitionsFilesMatchTest | class | core/ |
Tests that the asset files for all core libraries exist. |
ResolvedLibraryDefinitionsFilesMatchTest.php | file | core/ |
|
ResolvedLibraryDefinitionsFilesMatchTest::$allModules | property | core/ |
A list of all core modules. |
ResolvedLibraryDefinitionsFilesMatchTest::$allThemes | property | core/ |
A list of all core themes. |
ResolvedLibraryDefinitionsFilesMatchTest::$librariesToSkip | property | core/ |
A list of libraries to skip checking, in the format extension/library_name. |
Pagination
- Previous page
- Page 6
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.