Search for to
- Search 7.x for to
- Search 9.5.x for to
- Search 8.9.x for to
- Search 10.3.x for to
- Search 11.x for to
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| PathValidatorInterface::isValid | function | core/ |
Checks if the URL path is valid and accessible by the current user. |
| PathValidatorTest | class | core/ |
Tests Drupal\Core\Path\PathValidator. |
| PathValidatorTest | class | core/ |
Tests the path validator. |
| 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. |
| PathValidatorTest::$pathValidator | property | core/ |
The tested path validator. |
| PathValidatorTest::setUp | function | core/ |
|
| PathValidatorTest::setUp | function | core/ |
|
| PathValidatorTest::setUpMockAccessAwareRouter | function | core/ |
Reinitializes the access aware router as a mock object. |
| PathValidatorTest::setUpMockAccessUnawareRouter | function | core/ |
Reinitializes the access unaware router as a mock object. |
| PathValidatorTest::setUpMockAccount | function | core/ |
Reinitializes the account as a mock object. |
| PathValidatorTest::setUpMockInboundPathProcessor | function | core/ |
Reinitializes the inbound path processor as a mock object. |
| PathValidatorTest::testGetUrlIfValidWithAccess | function | core/ |
Tests the getUrlIfValid() method when there is access. |
| PathValidatorTest::testGetUrlIfValidWithFrontPageAndQueryAndFragments | function | core/ |
Tests the getUrlIfValid() method with a front page + query + fragments. |
| PathValidatorTest::testGetUrlIfValidWithoutAccess | function | core/ |
Tests the getUrlIfValid() method where there is no access. |
| PathValidatorTest::testGetUrlIfValidWithoutAccessCheck | function | core/ |
Tests the getUrlIfValidWithoutAccessCheck() method. |
| PathValidatorTest::testGetUrlIfValidWithoutAccessCheck | function | core/ |
Tests getting a Url for CLI and HTTP methods. |
| PathValidatorTest::testGetUrlIfValidWithoutAccessCheckWithInvalidPath | function | core/ |
Tests the getUrlIfValidWithoutAccessCheck() method with an invalid path. |
| PathValidatorTest::testGetUrlIfValidWithQuery | function | core/ |
Tests the getUrlIfValid() method with a query in the path. |
| PathValidatorTest::testIsValidWithAccessDenied | function | core/ |
Tests the isValid() method with a user without access to the path. |
| PathValidatorTest::testIsValidWithExternalUrl | function | core/ |
Tests the isValid() method for an external URL. |
| PathValidatorTest::testIsValidWithFailingParameterConverting | function | core/ |
Tests the isValid() method with a not working param converting. |
| PathValidatorTest::testIsValidWithFrontpage | function | core/ |
Tests the isValid() method for the frontpage. |
| PathValidatorTest::testIsValidWithInvalidExternalUrl | function | core/ |
Tests the isValid() method with an invalid external URL. |
| PathValidatorTest::testIsValidWithLinkToAnyPageAccount | function | core/ |
Tests the isValid() method with a 'link to any page' permission. |
| PathValidatorTest::testIsValidWithMethodNotAllowed | function | core/ |
Tests is valid with method not allowed. |
| PathValidatorTest::testIsValidWithNone | function | core/ |
Tests the isValid() method for <none> (used for jump links). |
| PathValidatorTest::testIsValidWithNotExistingPath | function | core/ |
Tests the isValid() method with a non-existent path. |
| PathValidatorTest::testIsValidWithoutLinkToAnyPageAccount | function | core/ |
Tests the isValid() method without the 'link to any page' permission. |
| PathValidatorTest::testIsValidWithParamNotConverted | function | core/ |
Tests is valid with param not converted. |
| PathValidatorTest::testIsValidWithPathAlias | function | core/ |
Tests the isValid() method with a path alias. |
| PathValidatorTest::testIsValidWithResourceNotFound | function | core/ |
Tests is valid with resource not found. |
| path_alias.repository | service | core/ |
Drupal\path_alias\AliasRepository |
| PdoTrait::fetchAsToPdo | function | core/ |
Converts a FetchAs mode to a \PDO::FETCH_* constant value. |
| PdoTrait::pdoToFetchAs | function | core/ |
Converts a \PDO::FETCH_* constant value to a FetchAs mode. |
| PendingUpdatesValidator | class | core/ |
Validates that there are no pending database updates. |
| PendingUpdatesValidator.php | file | core/ |
|
| PendingUpdatesValidator::getSubscribedEvents | function | core/ |
|
| PendingUpdatesValidator::updatesExist | function | core/ |
Checks if there are any pending update or post-update hooks. |
| PendingUpdatesValidator::validate | function | core/ |
Validates that there are no pending database updates. |
| PendingUpdatesValidator::__construct | function | core/ |
|
| PendingUpdatesValidatorTest | class | core/ |
Tests Pending Updates Validator. |
| PendingUpdatesValidatorTest.php | file | core/ |
|
| PendingUpdatesValidatorTest::$modules | property | core/ |
Modules to install. |
| PendingUpdatesValidatorTest::testNoPendingUpdates | function | core/ |
Tests that no error is raised if there are no pending updates. |
Pagination
- Previous page
- Page 186
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.