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 |
---|---|---|---|
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/ |
Tests that standard paths works with multiple patterns. |
PhpSelection::matchLabel | function | core/ |
Matches an entity label to an input string. |
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. |
ResolvedLibraryDefinitionsFilesMatchTest::$libraryDiscovery | property | core/ |
The library discovery service. |
ResolvedLibraryDefinitionsFilesMatchTest::$modules | property | core/ |
Modules to enable. |
ResolvedLibraryDefinitionsFilesMatchTest::$pathsChecked | property | core/ |
A list of all paths that have been checked. |
ResolvedLibraryDefinitionsFilesMatchTest::$themeHandler | property | core/ |
The theme handler. |
ResolvedLibraryDefinitionsFilesMatchTest::$themeInitialization | property | core/ |
The theme initialization. |
ResolvedLibraryDefinitionsFilesMatchTest::$themeManager | property | core/ |
The theme manager. |
ResolvedLibraryDefinitionsFilesMatchTest::getAllLibraries | function | core/ |
Gets all libraries for core and all installed modules. |
ResolvedLibraryDefinitionsFilesMatchTest::setUp | function | core/ |
|
ResolvedLibraryDefinitionsFilesMatchTest::testCoreLibraryCompleteness | function | core/ |
Ensures that all core module and theme library files exist. |
ResolvedLibraryDefinitionsFilesMatchTest::verifyLibraryFilesExist | function | core/ |
Checks that all the library files exist. |
ResourceResponseSubscriber::$routeMatch | property | core/ |
The current route match. |
RouteCacheContext::$routeMatch | property | core/ |
The route match. |
RouteMatch | class | core/ |
Default object representing the results of routing. |
RouteMatch.php | file | core/ |
|
RouteMatch::$parameters | property | core/ |
A key|value store of parameters. |
RouteMatch::$rawParameters | property | core/ |
A key|value store of raw parameters. |
RouteMatch::$route | property | core/ |
The route. |
RouteMatch::$routeName | property | core/ |
The route name. |
RouteMatch::createFromRequest | function | core/ |
Creates a RouteMatch from a request. |
RouteMatch::getParameter | function | core/ |
Returns the processed value of a named route parameter. |
RouteMatch::getParameterNames | function | core/ |
Returns the names of all parameters for the currently matched route. |
RouteMatch::getParameters | function | core/ |
Returns the bag of all processed route parameters. |
RouteMatch::getRawParameter | function | core/ |
Returns the raw value of a named route parameter. |
RouteMatch::getRawParameters | function | core/ |
Returns the bag of all raw route parameters. |
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.