Search for path
Title | Object type | File name | Summary |
---|---|---|---|
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::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/ |
@coversDefaultClass \Drupal\Core\Routing\PathChangedHelper @group Routing |
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. |
PathElement::getInfo | function | core/ |
Returns the element properties for this element. |
PathElement::validateMatchedPath | function | core/ |
Form element validation handler for matched_path elements. |
PathElement::valueCallback | function | core/ |
Determines how user input is mapped to an element's #value property. |
PathElementFormTest | class | core/ |
Tests PathElement validation and conversion functionality. |
PathElementFormTest.php | file | core/ |
|
PathElementFormTest::$modules | property | core/ |
Modules to install. |
PathElementFormTest::$testUser | property | core/ |
User for testing. |
Pagination
- Previous page
- Page 18
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.