Search for hash
Title | Object type | File name | Summary |
---|---|---|---|
AccountPermissionsCacheContext::$permissionsHashGenerator | property | core/ |
The permissions hash generator. |
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. |
ConfirmClassyCopiesTest::getClassyHash | function | core/ |
Gets the hash of a Classy asset. |
ConfirmClassyCopiesTest::testClassyHashes | function | core/ |
Tests Classy's assets have not been altered. |
Crypt::hashBase64 | function | core/ |
Calculates a base-64 encoded, URL-safe sha-256 hash. |
Crypt::hashEquals | function | core/ |
Compares strings in constant time. |
CryptTest::providerTestHashBase64 | function | core/ |
Provides data for self::testHashBase64(). |
CryptTest::testHashBase64 | function | core/ |
Tests hash generation. |
CryptTest::testHashEquals | function | core/ |
Legacy test of Drupal\Component\Utility\Crypt::hashEquals() method. |
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 the MD5 hash otherwise. |
EntityManager::hasHandler | function | core/ |
|
EntityManagerTest::testHasHandler | function | core/ |
@covers ::hasHandler[[api-linebreak]] |
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. |
FakePhpassHashedPassword | class | core/ |
A fake class for tests. |
FakePhpassHashedPassword::enforceLog2Boundaries | function | core/ |
Exposes this method as public for tests. |
FakePhpassHashedPassword::__construct | function | core/ |
Constructs a new password hashing instance. |
Feed::getHash | function | core/ |
Returns the calculated hash of the feed data, used for validating cache. |
Feed::setHash | function | core/ |
Sets the calculated hash of the feed data, used for validating cache. |
FeedInterface::getHash | function | core/ |
Returns the calculated hash of the feed data, used for validating cache. |
FeedInterface::setHash | function | core/ |
Sets the calculated hash of the feed data, used for validating cache. |
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. |
PasswordHashingTest | class | core/ |
Unit tests for password hashing API. |
PasswordHashingTest.php | file | core/ |
Contains \Drupal\Tests\Core\Password\PasswordHashingTest. |
PasswordHashingTest::$hashedPassword | property | core/ |
The hashed password. |
PasswordHashingTest::$md5HashedPassword | property | core/ |
The md5 password. |
PasswordHashingTest::$password | property | core/ |
The raw password. |
PasswordHashingTest::$passwordHasher | property | core/ |
The password hasher under test. |
PasswordHashingTest::$user | property | core/ |
The user for testing. |
PasswordHashingTest::providerLongPasswords | function | core/ |
Provides the test matrix for testLongPassword(). |
PasswordHashingTest::setUp | function | core/ |
|
PasswordHashingTest::testLongPassword | function | core/ |
Verifies that passwords longer than 512 bytes are not hashed. |
PasswordHashingTest::testPasswordHashing | function | core/ |
Test password hashing. |
PasswordHashingTest::testPasswordNeedsUpdate | function | core/ |
Test a password needs update. |
PasswordHashingTest::testPasswordRehashing | function | core/ |
Tests password rehashing. |
PasswordHashingTest::testWithinBounds | function | core/ |
Tests the hash count boundaries are enforced. |
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. |
PermissionsHashGenerator | class | core/ |
Generates and caches the permissions hash for a user. |
PermissionsHashGenerator.php | file | core/ |
|
PermissionsHashGenerator::$cache | property | core/ |
The cache backend interface to use for the persistent cache. |
PermissionsHashGenerator::$privateKey | property | core/ |
The private key service. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.