Search for path
Title | Object type | File name | Summary |
---|---|---|---|
PathRootsSubscriber.php | file | core/ |
|
PathRootsSubscriber::$pathRoots | property | core/ |
Stores the path roots available in the router. |
PathRootsSubscriber::$state | property | core/ |
The state key value store. |
PathRootsSubscriber::getSubscribedEvents | function | core/ |
|
PathRootsSubscriber::onRouteAlter | function | core/ |
Collects all path roots. |
PathRootsSubscriber::onRouteFinished | function | core/ |
|
PathRootsSubscriber::__construct | function | core/ |
Constructs a new PathRootsSubscriber instance. |
PathRootsSubscriberTest | class | core/ |
@coversDefaultClass \Drupal\Core\EventSubscriber\PathRootsSubscriber @group EventSubscriber |
PathRootsSubscriberTest.php | file | core/ |
|
PathRootsSubscriberTest::$pathRootsSubscriber | property | core/ |
The tested path root subscriber. |
PathRootsSubscriberTest::$state | property | core/ |
The mocked state. |
PathRootsSubscriberTest::setUp | function | core/ |
|
PathRootsSubscriberTest::testSubscribing | function | core/ |
Tests altering and finished event. |
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. |
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 enable. |
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 enable. |
PathTestBase::setUp | function | core/ |
|
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/ |
@coversDefaultClass \Drupal\Core\Path\PathValidator @group Routing |
PathValidatorTest.php | file | core/ |
Pagination
- Previous page
- Page 22
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.