Search for path
Title | Object type | File name | Summary |
---|---|---|---|
PathLanguageUiTest.php | file | core/ |
|
PathLanguageUiTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
PathLanguageUiTest::$modules | property | core/ |
Modules to install. |
PathLanguageUiTest::setUp | function | core/ |
|
PathLanguageUiTest::testDefaultLanguageUrl | function | core/ |
Tests that a default language URL alias works. |
PathLanguageUiTest::testLanguageNeutralUrl | function | core/ |
Tests that a language-neutral URL alias works. |
PathLanguageUiTest::testNonDefaultUrl | function | core/ |
Tests that a non-default language URL alias works. |
PathLanguageUiTest::testNotSpecifiedNode | function | core/ |
Tests language unspecific aliases are shown and saved in the node form. |
PathLocator | class | core/ |
Computes file system paths that are needed to stage code changes. |
PathLocator.php | file | core/ |
|
PathLocator::getProjectRoot | function | core/ |
Returns the absolute path of the project root. |
PathLocator::getStagingRoot | function | core/ |
Returns the directory where stage directories will be created. |
PathLocator::getVendorDirectory | function | core/ |
Returns the absolute path of the vendor directory. |
PathLocator::getWebRoot | function | core/ |
Returns the path of the Drupal installation, relative to the project root. |
PathLocator::__construct | function | core/ |
|
PathLocatorTest | class | core/ |
@coversDefaultClass \Drupal\package_manager\PathLocator @group package_manager @internal |
PathLocatorTest.php | file | core/ |
|
PathLocatorTest::providerWebRoot | function | core/ |
Data provider for ::testWebRoot(). |
PathLocatorTest::testStagingRoot | function | core/ |
@covers ::getStagingRoot |
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/ |
@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. |
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. |
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.