Search for path

  1. Search 7.x for path
  2. Search 9.5.x for path
  3. Search 8.9.x for path
  4. Search 10.3.x for path
  5. Other projects
Title Object type File name Summary
PathLanguageUiTest.php file core/modules/path/tests/src/Functional/PathLanguageUiTest.php
PathLanguageUiTest::$defaultTheme property core/modules/path/tests/src/Functional/PathLanguageUiTest.php The theme to install as the default for testing.
PathLanguageUiTest::$modules property core/modules/path/tests/src/Functional/PathLanguageUiTest.php Modules to install.
PathLanguageUiTest::setUp function core/modules/path/tests/src/Functional/PathLanguageUiTest.php
PathLanguageUiTest::testDefaultLanguageUrl function core/modules/path/tests/src/Functional/PathLanguageUiTest.php Tests that a default language URL alias works.
PathLanguageUiTest::testLanguageNeutralUrl function core/modules/path/tests/src/Functional/PathLanguageUiTest.php Tests that a language-neutral URL alias works.
PathLanguageUiTest::testNonDefaultUrl function core/modules/path/tests/src/Functional/PathLanguageUiTest.php Tests that a non-default language URL alias works.
PathLanguageUiTest::testNotSpecifiedNode function core/modules/path/tests/src/Functional/PathLanguageUiTest.php Tests language unspecific aliases are shown and saved in the node form.
PathLocator class core/modules/package_manager/src/PathLocator.php Computes file system paths that are needed to stage code changes.
PathLocator.php file core/modules/package_manager/src/PathLocator.php
PathLocator::getProjectRoot function core/modules/package_manager/src/PathLocator.php Returns the absolute path of the project root.
PathLocator::getStagingRoot function core/modules/package_manager/src/PathLocator.php Returns the directory where stage directories will be created.
PathLocator::getVendorDirectory function core/modules/package_manager/src/PathLocator.php Returns the absolute path of the vendor directory.
PathLocator::getWebRoot function core/modules/package_manager/src/PathLocator.php Returns the path of the Drupal installation, relative to the project root.
PathLocator::__construct function core/modules/package_manager/src/PathLocator.php
PathLocatorTest class core/modules/package_manager/tests/src/Unit/PathLocatorTest.php @coversDefaultClass \Drupal\package_manager\PathLocator
@group package_manager
@internal
PathLocatorTest.php file core/modules/package_manager/tests/src/Unit/PathLocatorTest.php
PathLocatorTest::providerWebRoot function core/modules/package_manager/tests/src/Unit/PathLocatorTest.php Data provider for ::testWebRoot().
PathLocatorTest::testStagingRoot function core/modules/package_manager/tests/src/Unit/PathLocatorTest.php @covers ::getStagingRoot
PathLocatorTest::testWebRoot function core/modules/package_manager/tests/src/Unit/PathLocatorTest.php Tests that the web root is computed correctly.
PathMatcher class core/lib/Drupal/Core/Path/PathMatcher.php Provides a path matcher.
PathMatcher.php file core/lib/Drupal/Core/Path/PathMatcher.php
PathMatcher::$configFactory property core/lib/Drupal/Core/Path/PathMatcher.php The config factory service.
PathMatcher::$frontPage property core/lib/Drupal/Core/Path/PathMatcher.php The default front page.
PathMatcher::$isCurrentFrontPage property core/lib/Drupal/Core/Path/PathMatcher.php Whether the current page is the front page.
PathMatcher::$regexes property core/lib/Drupal/Core/Path/PathMatcher.php The cache of regular expressions.
PathMatcher::$routeMatch property core/lib/Drupal/Core/Path/PathMatcher.php The current route match.
PathMatcher::getFrontPagePath function core/lib/Drupal/Core/Path/PathMatcher.php Gets the current front page path.
PathMatcher::isFrontPage function core/lib/Drupal/Core/Path/PathMatcher.php Checks if the current page is the front page.
PathMatcher::matchPath function core/lib/Drupal/Core/Path/PathMatcher.php Checks if a path matches any pattern in a set of patterns.
PathMatcher::__construct function core/lib/Drupal/Core/Path/PathMatcher.php Creates a new PathMatcher.
PathMatcherInterface interface core/lib/Drupal/Core/Path/PathMatcherInterface.php Provides an interface for URL path matchers.
PathMatcherInterface.php file core/lib/Drupal/Core/Path/PathMatcherInterface.php
PathMatcherInterface::isFrontPage function core/lib/Drupal/Core/Path/PathMatcherInterface.php Checks if the current page is the front page.
PathMatcherInterface::matchPath function core/lib/Drupal/Core/Path/PathMatcherInterface.php Checks if a path matches any pattern in a set of patterns.
PathMatcherTest class core/tests/Drupal/Tests/Core/Path/PathMatcherTest.php @coversDefaultClass \Drupal\Core\Path\PathMatcher
@group Path
PathMatcherTest.php file core/tests/Drupal/Tests/Core/Path/PathMatcherTest.php
PathMatcherTest::$pathMatcher property core/tests/Drupal/Tests/Core/Path/PathMatcherTest.php The path matcher under test.
PathMatcherTest::getMatchPathData function core/tests/Drupal/Tests/Core/Path/PathMatcherTest.php Provides test path data.
PathMatcherTest::setUp function core/tests/Drupal/Tests/Core/Path/PathMatcherTest.php
PathMatcherTest::testMatchPath function core/tests/Drupal/Tests/Core/Path/PathMatcherTest.php Tests that standard paths works with multiple patterns.
PathMediaFormTest class core/modules/path/tests/src/Functional/PathMediaFormTest.php Tests the path media form UI.
PathMediaFormTest.php file core/modules/path/tests/src/Functional/PathMediaFormTest.php
PathMediaFormTest::$defaultTheme property core/modules/path/tests/src/Functional/PathMediaFormTest.php The theme to install as the default for testing.
PathMediaFormTest::$modules property core/modules/path/tests/src/Functional/PathMediaFormTest.php Modules to install.
PathMediaFormTest::setUp function core/modules/path/tests/src/Functional/PathMediaFormTest.php
PathMediaFormTest::testMediaForm function core/modules/path/tests/src/Functional/PathMediaFormTest.php Tests the media form UI.
PathNoCanonicalLinkTest class core/modules/path/tests/src/Kernel/PathNoCanonicalLinkTest.php Tests path alias deletion when there is no canonical link template.
PathNoCanonicalLinkTest.php file core/modules/path/tests/src/Kernel/PathNoCanonicalLinkTest.php
PathNoCanonicalLinkTest::$modules property core/modules/path/tests/src/Kernel/PathNoCanonicalLinkTest.php Modules to install.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.