Search for path
| Title | Object type | File name | Summary |
|---|---|---|---|
| PathSetTranslated | class | core/ |
A process plugin to update the path of a translated node. |
| PathSetTranslated.php | file | core/ |
|
| PathSetTranslated::transform | function | core/ |
Performs the associated process. |
| PathSetTranslated::__construct | function | core/ |
Constructs a \Drupal\Component\Plugin\PluginBase object. |
| PathSetTranslatedTest | class | core/ |
Tests the path_set_translated process plugin. |
| PathSetTranslatedTest.php | file | core/ |
|
| PathSetTranslatedTest::testTransform | function | core/ |
Tests the transform method. |
| PathSetTranslatedTest::transformDataProvider | function | core/ |
Provides data for the testTransform method. |
| PathTaxonomyTermTest | class | core/ |
Tests URL aliases for taxonomy terms. |
| PathTaxonomyTermTest.php | file | core/ |
|
| PathTaxonomyTermTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| PathTaxonomyTermTest::$modules | property | core/ |
Modules to install. |
| PathTaxonomyTermTest::setUp | function | core/ |
|
| PathTaxonomyTermTest::testTermAlias | function | core/ |
Tests alias functionality through the admin interfaces. |
| PathTestBase | class | core/ |
Provides a base class for testing the Path module. |
| PathTestBase.php | file | core/ |
|
| PathTestBase::$modules | property | core/ |
Modules to install. |
| PathTestBase::setUp | function | core/ |
|
| PathTestMiscHooks | class | core/ |
Hook implementations for path_test_misc. |
| PathTestMiscHooks.php | file | core/ |
|
| PathTestMiscHooks::nodePresave | function | core/ |
Implements hook_ENTITY_TYPE_presave() for node entities. |
| PathTestNodeGrantsHooks | class | core/ |
Hook implementations for path_test_node_grants. |
| PathTestNodeGrantsHooks.php | file | core/ |
|
| PathTestNodeGrantsHooks::nodeGrants | function | core/ |
Implements hook_node_grants(). |
| PathValidator | class | core/ |
Provides a default path validator and access checker. |
| PathValidator.php | file | core/ |
|
| PathValidator::$accessAwareRouter | property | core/ |
The access aware router. |
| PathValidator::$accessUnawareRouter | property | core/ |
A router implementation which does not check access. |
| PathValidator::$account | property | core/ |
The current user. |
| PathValidator::$pathProcessor | property | core/ |
The path processor. |
| PathValidator::getPathAttributes | function | core/ |
Gets the matched attributes for a given path. |
| PathValidator::getUrl | function | core/ |
Helper for getUrlIfValid() and getUrlIfValidWithoutAccessCheck(). |
| PathValidator::getUrlIfValid | function | core/ |
Returns a URL object, if the path is valid and accessible. |
| PathValidator::getUrlIfValidWithoutAccessCheck | function | core/ |
Returns a URL object, if the path is valid. |
| PathValidator::isValid | function | core/ |
Checks if the URL path is valid and accessible by the current user. |
| PathValidator::__construct | function | core/ |
Creates a new PathValidator. |
| PathValidatorInterface | interface | core/ |
Provides an interface for URL path validators. |
| PathValidatorInterface.php | file | core/ |
|
| PathValidatorInterface::getUrlIfValid | function | core/ |
Returns a URL object, if the path is valid and accessible. |
| PathValidatorInterface::getUrlIfValidWithoutAccessCheck | function | core/ |
Returns a URL object, if the path is valid. |
| PathValidatorInterface::isValid | function | core/ |
Checks if the URL path is valid and accessible by the current user. |
| PathValidatorTest | class | core/ |
Tests the path validator. |
| PathValidatorTest | class | core/ |
Tests Drupal\Core\Path\PathValidator. |
| PathValidatorTest.php | file | core/ |
|
| PathValidatorTest.php | file | core/ |
|
| PathValidatorTest::$accessAwareRouter | property | core/ |
The mocked access aware router. |
| PathValidatorTest::$accessUnawareRouter | property | core/ |
The mocked access unaware router. |
| PathValidatorTest::$account | property | core/ |
The mocked account. |
| PathValidatorTest::$modules | property | core/ |
Modules to install. |
| PathValidatorTest::$pathProcessor | property | core/ |
The path processor. |
Pagination
- Previous page
- Page 24
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.