Search for path
| Title | Object type | File name | Summary |
|---|---|---|---|
| PathLocatorTest.php | file | core/ |
|
| PathLocatorTest::providerWebRoot | function | core/ |
Data provider for ::testWebRoot(). |
| PathLocatorTest::testStagingRoot | function | core/ |
Tests staging root. |
| PathLocatorTest::testWebRoot | function | core/ |
Tests that the web root is computed correctly. |
| 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/ |
Tests Drupal\Core\Path\PathMatcher. |
| 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. |
| PathMediaFormTest | class | core/ |
Tests the path media form UI. |
| PathMediaFormTest.php | file | core/ |
|
| PathMediaFormTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| PathMediaFormTest::$modules | property | core/ |
Modules to install. |
| PathMediaFormTest::setUp | function | core/ |
|
| PathMediaFormTest::testMediaForm | function | core/ |
Tests the media form UI. |
| PathNoCanonicalLinkTest | class | core/ |
Tests path alias deletion when there is no canonical link template. |
| PathNoCanonicalLinkTest.php | file | core/ |
|
| PathNoCanonicalLinkTest::$modules | property | core/ |
Modules to install. |
| PathNoCanonicalLinkTest::setUp | function | core/ |
|
| PathNoCanonicalLinkTest::testNoCanonicalLinkTemplate | function | core/ |
Tests for no canonical link templates. |
| PathNodeFormTest | class | core/ |
Tests the Path Node form UI. |
| PathNodeFormTest.php | file | core/ |
|
| PathNodeFormTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| PathNodeFormTest::$modules | property | core/ |
Modules to install. |
| PathNodeFormTest::setUp | function | core/ |
|
| PathNodeFormTest::testAliasDuplicationPrevention | function | core/ |
Tests that duplicate path aliases don't get created. |
| PathNodeFormTest::testNodeForm | function | core/ |
Tests the node form ui. |
| PathParentCacheContext | class | core/ |
Defines a cache context service for path parents. |
| PathParentCacheContext.php | file | core/ |
|
| PathParentCacheContext::getCacheableMetadata | function | core/ |
Gets the cacheability metadata for the context. |
| PathParentCacheContext::getContext | function | core/ |
Returns the string representation of the cache context. |
| PathParentCacheContext::getLabel | function | core/ |
Returns the label of the cache context. |
| PathParentCacheContextTest | class | core/ |
Tests Drupal\Core\Cache\Context\PathParentCacheContext. |
| PathParentCacheContextTest.php | file | core/ |
Pagination
- Previous page
- Page 20
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.