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 11.x for path
  5. Other projects
Title Object type File name Summary
PathTestBase class core/modules/path/tests/src/Functional/PathTestBase.php Provides a base class for testing the Path module.
PathTestBase.php file core/modules/path/tests/src/Functional/PathTestBase.php
PathTestBase::$modules property core/modules/path/tests/src/Functional/PathTestBase.php Modules to install.
PathTestBase::setUp function core/modules/path/tests/src/Functional/PathTestBase.php
PathValidator class core/lib/Drupal/Core/Path/PathValidator.php Provides a default path validator and access checker.
PathValidator.php file core/lib/Drupal/Core/Path/PathValidator.php
PathValidator::$accessAwareRouter property core/lib/Drupal/Core/Path/PathValidator.php The access aware router.
PathValidator::$accessUnawareRouter property core/lib/Drupal/Core/Path/PathValidator.php A router implementation which does not check access.
PathValidator::$account property core/lib/Drupal/Core/Path/PathValidator.php The current user.
PathValidator::$pathProcessor property core/lib/Drupal/Core/Path/PathValidator.php The path processor.
PathValidator::getPathAttributes function core/lib/Drupal/Core/Path/PathValidator.php Gets the matched attributes for a given path.
PathValidator::getUrl function core/lib/Drupal/Core/Path/PathValidator.php Helper for getUrlIfValid() and getUrlIfValidWithoutAccessCheck().
PathValidator::getUrlIfValid function core/lib/Drupal/Core/Path/PathValidator.php
PathValidator::getUrlIfValidWithoutAccessCheck function core/lib/Drupal/Core/Path/PathValidator.php
PathValidator::isValid function core/lib/Drupal/Core/Path/PathValidator.php
PathValidator::__construct function core/lib/Drupal/Core/Path/PathValidator.php Creates a new PathValidator.
PathValidatorInterface interface core/lib/Drupal/Core/Path/PathValidatorInterface.php Provides an interface for URL path validators.
PathValidatorInterface.php file core/lib/Drupal/Core/Path/PathValidatorInterface.php
PathValidatorInterface::getUrlIfValid function core/lib/Drupal/Core/Path/PathValidatorInterface.php Returns a URL object, if the path is valid and accessible.
PathValidatorInterface::getUrlIfValidWithoutAccessCheck function core/lib/Drupal/Core/Path/PathValidatorInterface.php Returns a URL object, if the path is valid.
PathValidatorInterface::isValid function core/lib/Drupal/Core/Path/PathValidatorInterface.php Checks if the URL path is valid and accessible by the current user.
PathValidatorTest class core/tests/Drupal/KernelTests/Core/Path/PathValidatorTest.php Tests the path validator.
PathValidatorTest class core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php @coversDefaultClass \Drupal\Core\Path\PathValidator
@group Routing
PathValidatorTest.php file core/tests/Drupal/KernelTests/Core/Path/PathValidatorTest.php
PathValidatorTest.php file core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php
PathValidatorTest::$accessAwareRouter property core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php The mocked access aware router.
PathValidatorTest::$accessUnawareRouter property core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php The mocked access unaware router.
PathValidatorTest::$account property core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php The mocked account.
PathValidatorTest::$modules property core/tests/Drupal/KernelTests/Core/Path/PathValidatorTest.php Modules to install.
PathValidatorTest::$pathProcessor property core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php The path processor.
PathValidatorTest::$pathValidator property core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php The tested path validator.
PathValidatorTest::setUp function core/tests/Drupal/KernelTests/Core/Path/PathValidatorTest.php
PathValidatorTest::setUp function core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php
PathValidatorTest::testGetUrlIfValidWithAccess function core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php Tests the getUrlIfValid() method when there is access.
PathValidatorTest::testGetUrlIfValidWithFrontPageAndQueryAndFragments function core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php Tests the getUrlIfValid() method with a front page + query + fragments.
PathValidatorTest::testGetUrlIfValidWithoutAccess function core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php Tests the getUrlIfValid() method where there is no access.
PathValidatorTest::testGetUrlIfValidWithoutAccessCheck function core/tests/Drupal/KernelTests/Core/Path/PathValidatorTest.php
PathValidatorTest::testGetUrlIfValidWithoutAccessCheck function core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php Tests the getUrlIfValidWithoutAccessCheck() method.
PathValidatorTest::testGetUrlIfValidWithQuery function core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php Tests the getUrlIfValid() method with a query in the path.
PathValidatorTest::testIsValidWithAccessDenied function core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php Tests the isValid() method with a user without access to the path.
PathValidatorTest::testIsValidWithExternalUrl function core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php Tests the isValid() method for an external URL.
PathValidatorTest::testIsValidWithFailingParameterConverting function core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php Tests the isValid() method with a not working param converting.
PathValidatorTest::testIsValidWithFrontpage function core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php Tests the isValid() method for the frontpage.
PathValidatorTest::testIsValidWithInvalidExternalUrl function core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php Tests the isValid() method with an invalid external URL.
PathValidatorTest::testIsValidWithLinkToAnyPageAccount function core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php Tests the isValid() method with a 'link to any page' permission.
PathValidatorTest::testIsValidWithMethodNotAllowed function core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php @covers ::isValid
@covers ::getPathAttributes
PathValidatorTest::testIsValidWithNone function core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php Tests the isValid() method for <none> (used for jump links).
PathValidatorTest::testIsValidWithNotExistingPath function core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php Tests the isValid() method with a non-existent path.
PathValidatorTest::testIsValidWithoutLinkToAnyPageAccount function core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php Tests the isValid() method without the 'link to any page' permission.
PathValidatorTest::testIsValidWithParamNotConverted function core/tests/Drupal/Tests/Core/Path/PathValidatorTest.php @covers ::isValid
@covers ::getPathAttributes

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