Search for valid
- Search 7.x for valid
- Search 9.5.x for valid
- Search 8.9.x for valid
- Search 10.3.x for valid
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| PathWidget::validateFormElement | function | core/ |
Form element validation handler for URL alias form element. |
| 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. |
| PendingUpdatesValidatorTest::testPendingPostUpdate | function | core/ |
Tests that an error is raised if there are pending post-updates. |
| PendingUpdatesValidatorTest::testPendingUpdateAfterStaged | function | core/ |
Tests that pending updates stop an operation from being applied. |
| PendingUpdatesValidatorTest::testPendingUpdateHook | function | core/ |
Tests that an error is raised if there are pending schema updates. |
| PerformanceData::$cacheTagInvalidationCount | property | core/ |
The number of cache tag invalidations. |
| PerformanceData::$cacheTagIsValidCount | property | core/ |
The number of cache tag validity checks. |
| PerformanceData::getCacheTagInvalidationCount | function | core/ |
Gets the cache tag invalidation count. |
| PerformanceData::getCacheTagIsValidCount | function | core/ |
Gets the cache tag isValid count. |
| PerformanceData::setCacheTagInvalidationCount | function | core/ |
Sets the cache tag invalidation count. |
| PerformanceData::setCacheTagIsValidCount | function | core/ |
Sets the cache tag isValid count. |
| performance_test.cache_tags.invalidator.checksum | service | core/ |
Drupal\performance_test\Cache\CacheTagsChecksumDecorator |
| PermissionsPerBundleTest::testInvalidValue | function | core/ |
Tests that there is an exception if the permission templates are invalid. |
| PhpBackend::invalidate | function | core/ |
Marks a cache item as invalid. |
| PhpBackend::invalidateAll | function | core/ |
Marks all cache items as invalid. |
| PhpBackend::invalidateByHash | function | core/ |
Invalidate one cache item. |
| PhpBackend::invalidateMultiple | function | core/ |
Marks cache items as invalid. |
| PhpExtensionsValidator | class | core/ |
Performs validation if certain PHP extensions are enabled. |
| PhpExtensionsValidator.php | file | core/ |
|
| PhpExtensionsValidator::getSubscribedEvents | function | core/ |
|
| PhpExtensionsValidator::insideTest | function | core/ |
Whether this validator is running inside a test. |
| PhpExtensionsValidator::isExtensionLoaded | function | core/ |
Indicates if a particular PHP extension is loaded. |
| PhpExtensionsValidator::validateOpenSsl | function | core/ |
Flags an error if the OpenSSL extension is not installed. |
| PhpExtensionsValidator::validateXdebug | function | core/ |
Flags a warning if Xdebug is enabled. |
| PhpExtensionsValidatorTest | class | core/ |
Tests Php Extensions Validator. |
| PhpExtensionsValidatorTest.php | file | core/ |
Pagination
- Previous page
- Page 51
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.