Search for to
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| PerformanceDataCollector | class | core/ |
Collects and stores performance data for database and cache operations. |
| PerformanceDataCollector.php | file | core/ |
|
| PerformanceDataCollector::$cacheOperations | property | core/ |
Cache operations collected during the request. |
| PerformanceDataCollector::$cacheTagOperations | property | core/ |
Cache tag operations collected during the request. |
| PerformanceDataCollector::$databaseEvents | property | core/ |
Database events collected during the request. |
| PerformanceDataCollector::addCacheOperation | function | core/ |
Adds a cache operation. |
| PerformanceDataCollector::addCacheTagOperation | function | core/ |
Adds a cache tag operation. |
| PerformanceDataCollector::destruct | function | core/ |
Performs destruct operations. |
| PerformanceDataCollector::getSubscribedEvents | function | core/ |
|
| PerformanceDataCollector::onDatabaseEvent | function | core/ |
Logs database statements. |
| performance_test.cache_factory | service | core/ |
Drupal\performance_test\Cache\CacheFactoryDecorator |
| performance_test.cache_tags.invalidator.checksum | service | core/ |
Drupal\performance_test\Cache\CacheTagsChecksumDecorator |
| Permissions::$roleStorage | property | core/ |
The role storage. |
| PermissionsHashGenerator | class | core/ |
Generates and caches the permissions hash for a user. |
| PermissionsHashGenerator.php | file | core/ |
|
| PermissionsHashGenerator::generate | function | core/ |
Generates a hash that uniquely identifies a user's permissions. |
| PermissionsHashGenerator::getCacheableMetadata | function | core/ |
Gets the cacheability metadata for the generated hash. |
| PermissionsHashGenerator::hash | function | core/ |
Hashes the given string. |
| PermissionsHashGenerator::__construct | function | core/ |
Constructs a PermissionsHashGenerator object. |
| PermissionsHashGeneratorInterface | interface | core/ |
Defines the user permissions hash generator interface. |
| PermissionsHashGeneratorInterface.php | file | core/ |
|
| PermissionsHashGeneratorInterface::generate | function | core/ |
Generates a hash that uniquely identifies a user's permissions. |
| PermissionsHashGeneratorInterface::getCacheableMetadata | function | core/ |
Gets the cacheability metadata for the generated hash. |
| PermissionsHashGeneratorTest | class | core/ |
Tests Drupal\Core\Session\PermissionsHashGenerator. |
| PermissionsHashGeneratorTest.php | file | core/ |
|
| PermissionsHashGeneratorTest::$account1 | property | core/ |
The mocked user 1 account. |
| PermissionsHashGeneratorTest::$account2 | property | core/ |
The mocked user 2 account. |
| PermissionsHashGeneratorTest::$permissionsHash | property | core/ |
The permission hash class being tested. |
| PermissionsHashGeneratorTest::$processor | property | core/ |
The mocked access policy processor. |
| PermissionsHashGeneratorTest::$staticCache | property | core/ |
The mocked cache backend. |
| PermissionsHashGeneratorTest::setUp | function | core/ |
|
| PermissionsHashGeneratorTest::testGenerateAdmin | function | core/ |
Tests the generate method for admin users. |
| PermissionsHashGeneratorTest::testGenerateCache | function | core/ |
Tests the generate method's caching. |
| PermissionsHashGeneratorTest::testGenerateNoAccessPolicies | function | core/ |
Tests the generate method with no access policies. |
| PermissionsHashGeneratorTest::testGenerateRegular | function | core/ |
Tests the generate method for regular accounts. |
| PermissionsPerBundleTest::testActionIsOnlyAvailableToUserRoles | function | core/ |
Tests that the permissions-per-bundle action can only be applied to roles. |
| PermissionsPerBundleTest::testGrantPermissionsToAllBundlesExceptSome | function | core/ |
Tests granting permissions for all bundles except certain ones. |
Pagination
- Previous page
- Page 191
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.