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. |
ContainerInterface::generateServiceIdHash | function | core/ |
Generate a unique hash for a service object. |
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. |
CssCollectionOptimizer::generateHash | function | core/ |
Generate a hash for a given group of CSS assets. |
DiffEngine::_line_hash | function | core/ |
Returns the whole line if it's small enough, or a hash otherwise. |
DrupalKernel::generateServiceIdHash | function | core/ |
Generate a unique hash for a service object. |
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. |
FieldTranslationSynchronizer::itemHash | function | core/ |
Computes a hash code for the specified item. |
FormValidatorTestMockInterface::hash_validate | function | core/ |
Function used in the mocking process of this test. |
HelpPageTestController::hasHelp | function | core/ |
Provides a route with help. |
ImageStyle::getHashSalt | function | core/ |
Gets a salt useful for hardening against SQL injection. |
JsCollectionOptimizer::generateHash | function | core/ |
Generate a hash for a given group of JavaScript assets. |
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::$privateKey | property | core/ |
The private key service. |
PermissionsHashGenerator::$processor | property | core/ |
The access policy processor. |
PermissionsHashGenerator::$static | property | core/ |
The cache backend interface to use for the static cache. |
PermissionsHashGenerator::doGenerate | function | core/ |
Generates a hash that uniquely identifies the user's permissions. |
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/ |
@coversDefaultClass \Drupal\Core\Session\PermissionsHashGenerator[[api-linebreak]] @group Session |
PermissionsHashGeneratorTest.php | file | core/ |
|
PermissionsHashGeneratorTest::$account1 | property | core/ |
The mocked user 1 account. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.