Search for hash
Title | Object type | File name | Summary |
---|---|---|---|
AccountPermissionsCacheContext::$permissionsHashGenerator | property | core/ |
The permissions hash generator. |
AssetGroupSetHashTrait | trait | core/ |
Provides a method to generate a normalized hash of a given asset group set. |
AssetGroupSetHashTrait.php | file | core/ |
|
AssetGroupSetHashTrait::generateHash | function | core/ |
Generates a hash for an array of asset groups. |
AssetOptimizationTest::replaceGroupHash | function | core/ |
Replaces the group hash in the given URL. |
ComposerIntegrationTest::getContentHash | function | core/ |
Returns the md5 hash of the sorted content of the composer file. |
ComposerIntegrationTest::testComposerLockHash | function | core/ |
Tests composer.lock content-hash. |
Crypt::hashBase64 | function | core/ |
Calculates a base-64 encoded, URL-safe sha-256 hash. |
CryptTest::providerTestHashBase64 | function | core/ |
Provides data for self::testHashBase64(). |
CryptTest::testHashBase64 | function | core/ |
Tests hash generation. |
CsrfTokenGeneratorTest::testGetWithNoHashSalt | function | core/ |
Tests the exception thrown when no 'hash_salt' is provided in settings. |
EntityType::hasHandlerClass | function | core/ |
Determines if there is a handler for a given type. |
EntityTypeInterface::hasHandlerClass | function | core/ |
Determines if there is a handler for a given type. |
EntityTypeManager::hasHandler | function | core/ |
Checks whether a certain entity type has a certain handler. |
EntityTypeManagerInterface::hasHandler | function | core/ |
Checks whether a certain entity type has a certain handler. |
EntityTypeManagerTest::providerTestHasHandler | function | core/ |
Provides test data for testHasHandler(). |
EntityTypeManagerTest::testHasHandler | function | core/ |
Tests the hasHandler() method. |
FormValidatorTestMockInterface::hash_validate | function | core/ |
Function used in the mocking process of this test. |
ImageStyle::getHashSalt | function | core/ |
Gets a salt useful for hardening against SQL injection. |
MockFormBase::hash_submit | function | core/ |
Function used in the mocking process of this test. |
PasswordInterface::hash | function | core/ |
Hash a password using a secure hash. |
PasswordInterface::needsRehash | function | core/ |
Check whether a hashed password needs to be replaced with a new hash. |
PasswordItemTest::testPreSavePreHashed | function | core/ |
@covers ::preSave[[api-linebreak]] |
PasswordVerifyTest::testPasswordCheckUnknownHash | function | core/ |
Tests that check() is forwarded to corePassword instance if hash settings are not recognized. |
PasswordVerifyTest::testPasswordHash | function | core/ |
Tests that hash() is forwarded to corePassword instance. |
PasswordVerifyTest::testPasswordNeedsRehash | function | core/ |
Tests that needsRehash() is forwarded to corePassword instance. |
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. |
PhpassHashedPassword | class | core/ |
Legacy password hashing framework. |
PhpassHashedPassword.php | file | core/ |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.