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
PathSetTranslated class core/modules/path/src/Plugin/migrate/process/PathSetTranslated.php A process plugin to update the path of a translated node.
PathSetTranslated.php file core/modules/path/src/Plugin/migrate/process/PathSetTranslated.php
PathSetTranslated::transform function core/modules/path/src/Plugin/migrate/process/PathSetTranslated.php Performs the associated process.
PathSetTranslated::__construct function core/modules/path/src/Plugin/migrate/process/PathSetTranslated.php Constructs a \Drupal\Component\Plugin\PluginBase object.
PathSetTranslatedTest class core/modules/path/tests/src/Unit/migrate/process/PathSetTranslatedTest.php Tests the path_set_translated process plugin.
PathSetTranslatedTest.php file core/modules/path/tests/src/Unit/migrate/process/PathSetTranslatedTest.php
PathSetTranslatedTest::testTransform function core/modules/path/tests/src/Unit/migrate/process/PathSetTranslatedTest.php Tests the transform method.
PathSetTranslatedTest::transformDataProvider function core/modules/path/tests/src/Unit/migrate/process/PathSetTranslatedTest.php Provides data for the testTransform method.
PathTaxonomyTermTest class core/modules/path/tests/src/Functional/PathTaxonomyTermTest.php Tests URL aliases for taxonomy terms.
PathTaxonomyTermTest.php file core/modules/path/tests/src/Functional/PathTaxonomyTermTest.php
PathTaxonomyTermTest::$defaultTheme property core/modules/path/tests/src/Functional/PathTaxonomyTermTest.php The theme to install as the default for testing.
PathTaxonomyTermTest::$modules property core/modules/path/tests/src/Functional/PathTaxonomyTermTest.php Modules to install.
PathTaxonomyTermTest::setUp function core/modules/path/tests/src/Functional/PathTaxonomyTermTest.php
PathTaxonomyTermTest::testTermAlias function core/modules/path/tests/src/Functional/PathTaxonomyTermTest.php Tests alias functionality through the admin interfaces.
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
PathTestMiscHooks class core/modules/path/tests/modules/path_test_misc/src/Hook/PathTestMiscHooks.php Hook implementations for path_test_misc.
PathTestMiscHooks.php file core/modules/path/tests/modules/path_test_misc/src/Hook/PathTestMiscHooks.php
PathTestMiscHooks::nodePresave function core/modules/path/tests/modules/path_test_misc/src/Hook/PathTestMiscHooks.php Implements hook_ENTITY_TYPE_presave() for node entities.
PathTestNodeGrantsHooks class core/modules/path/tests/modules/path_test_node_grants/src/Hook/PathTestNodeGrantsHooks.php Hook implementations for path_test_node_grants.
PathTestNodeGrantsHooks.php file core/modules/path/tests/modules/path_test_node_grants/src/Hook/PathTestNodeGrantsHooks.php
PathTestNodeGrantsHooks::nodeGrants function core/modules/path/tests/modules/path_test_node_grants/src/Hook/PathTestNodeGrantsHooks.php Implements hook_node_grants().
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 Returns a URL object, if the path is valid and accessible.
PathValidator::getUrlIfValidWithoutAccessCheck function core/lib/Drupal/Core/Path/PathValidator.php Returns a URL object, if the path is valid.
PathValidator::isValid function core/lib/Drupal/Core/Path/PathValidator.php Checks if the URL path is valid and accessible by the current user.
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 Tests Drupal\Core\Path\PathValidator.
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.

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