Search for path
| Title | Object type | File name | Summary |
|---|---|---|---|
| PathBasedBreadcrumbBuilderTest::$pathProcessor | property | core/ |
The mocked path processor. |
| PathBasedBreadcrumbBuilderTest::$requestMatcher | property | core/ |
The request matching mock object. |
| PathBasedBreadcrumbBuilderTest::$titleResolver | property | core/ |
The mocked title resolver. |
| PathBasedBreadcrumbBuilderTest::providerTestBuildWithException | function | core/ |
Provides exception types for testBuildWithException. |
| PathBasedBreadcrumbBuilderTest::setUp | function | core/ |
@legacy-covers ::__construct |
| PathBasedBreadcrumbBuilderTest::setupAccessManagerToAllow | function | core/ |
Setup the access manager to always allow access to routes. |
| PathBasedBreadcrumbBuilderTest::setupStubPathProcessor | function | core/ |
Prepares the mock processInbound() method. |
| PathBasedBreadcrumbBuilderTest::testApplies | function | core/ |
Tests the applied method. |
| PathBasedBreadcrumbBuilderTest::testBuildOnFrontpage | function | core/ |
Tests the build method on the frontpage. |
| PathBasedBreadcrumbBuilderTest::testBuildWithException | function | core/ |
Tests that exceptions during request matching are caught. |
| PathBasedBreadcrumbBuilderTest::testBuildWithInvalidPath | function | core/ |
Tests the build method with an invalid path. |
| PathBasedBreadcrumbBuilderTest::testBuildWithNonProcessedPath | function | core/ |
Tests the build method with a non processed path. |
| PathBasedBreadcrumbBuilderTest::testBuildWithNullTitle | function | core/ |
Tests the build method with a NULL title route. |
| PathBasedBreadcrumbBuilderTest::testBuildWithOnePathElement | function | core/ |
Tests the build method with one path element. |
| PathBasedBreadcrumbBuilderTest::testBuildWithThreePathElements | function | core/ |
Tests the build method with three path elements. |
| PathBasedBreadcrumbBuilderTest::testBuildWithTwoPathElements | function | core/ |
Tests the build method with two path elements. |
| PathBasedBreadcrumbBuilderTest::testBuildWithUserPath | function | core/ |
Tests the breadcrumb for a user path. |
| PathCacheContext | class | core/ |
Defines the PathCacheContext service, for "per URL path" caching. |
| PathCacheContext.php | file | core/ |
|
| PathCacheContext::getCacheableMetadata | function | core/ |
Gets the cacheability metadata for the context. |
| PathCacheContext::getContext | function | core/ |
Returns the string representation of the cache context. |
| PathCacheContext::getLabel | function | core/ |
Returns the label of the cache context. |
| PathChangedHelper | class | core/ |
Provides helper functions for handling path changes. |
| PathChangedHelper.php | file | core/ |
|
| PathChangedHelper::$newUrl | property | core/ |
The URL object for the route whose path has changed. |
| PathChangedHelper::$oldUrl | property | core/ |
The URL object for the BC route. |
| PathChangedHelper::newPath | function | core/ |
Returns the updated path. |
| PathChangedHelper::oldPath | function | core/ |
Returns the deprecated path. |
| PathChangedHelper::redirect | function | core/ |
Returns a redirect to the new path. |
| PathChangedHelper::__construct | function | core/ |
Constructs a PathChangedHelper object. |
| PathChangedHelperTest | class | core/ |
Tests the PathChangedHelper class. |
| PathChangedHelperTest | class | core/ |
Tests Drupal\Core\Routing\PathChangedHelper. |
| PathChangedHelperTest.php | file | core/ |
|
| PathChangedHelperTest.php | file | core/ |
|
| PathChangedHelperTest::$modules | property | core/ |
Modules to install. |
| PathChangedHelperTest::testPathChangedHelper | function | core/ |
Tests creating a PathChangedHelper object and getting paths. |
| PathChangedHelperTest::testPathChangedHelperException | function | core/ |
Tests that the constructor validates its arguments. |
| PathContentModerationTest | class | core/ |
Tests path aliases with Content Moderation. |
| PathContentModerationTest.php | file | core/ |
|
| PathContentModerationTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| PathContentModerationTest::$modules | property | core/ |
Modules to install. |
| PathContentModerationTest::assertPathsAreAccessible | function | core/ |
Helper callback to verify paths are responding with status 200. |
| PathContentModerationTest::setUp | function | core/ |
|
| PathContentModerationTest::testNodePathAlias | function | core/ |
Tests node path aliases on a moderated content type. |
| PathContentModerationTest::testTranslatedModeratedNodeAlias | function | core/ |
Tests that translated and moderated node can get new draft revision. |
| PathElement | class | core/ |
Provides a matched path render element. |
| PathElement.php | file | core/ |
|
| PathElement::CONVERT_NONE | constant | core/ |
Do not convert the submitted value from the user-supplied path. |
| PathElement::CONVERT_ROUTE | constant | core/ |
Convert the submitted value into a route name and parameter pair. |
| PathElement::CONVERT_URL | constant | core/ |
Convert the submitted value into a \Drupal\Core\Url value object. |
Pagination
- Previous page
- Page 17
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.