Search for hash
Title | Object type | File name | Summary |
---|---|---|---|
PhpassHashedPasswordBase::hash | function | core/ |
|
PhpassHashedPasswordBase::HASH_LENGTH | constant | core/ |
The expected (and maximum) number of characters in a hashed password. |
PhpassHashedPasswordBase::MAX_HASH_COUNT | constant | core/ |
The maximum allowed log2 number of iterations for password stretching. |
PhpassHashedPasswordBase::MIN_HASH_COUNT | constant | core/ |
The minimum allowed log2 number of iterations for password stretching. |
PhpassHashedPasswordBase::needsRehash | function | core/ |
|
PhpassHashedPasswordBase::__construct | function | core/ |
Constructs a new password hashing instance. |
PhpassHashedPasswordLog2BoundariesDouble | class | core/ |
Test double for test coverage of enforceLog2Boundaries(). |
PhpassHashedPasswordLog2BoundariesDouble::enforceLog2Boundaries | function | core/ |
Exposes this method as public for tests. |
PhpassHashedPasswordLog2BoundariesDouble::__construct | function | core/ |
|
PhpBackend::getByHash | function | core/ |
Fetch a cache item using a hashed cache ID. |
PhpBackend::invalidateByHash | function | core/ |
Invalidate one cache item. |
PhpPassword::hash | function | core/ |
|
PhpPassword::needsRehash | function | core/ |
|
PhpPasswordTest::$passwordHash | property | core/ |
The hashed password. |
PhpPasswordTest::$passwordHasher | property | core/ |
The password hasher under test. |
PhpPasswordTest::testEmptyHash | function | core/ |
Tests password check in case provided hash is NULL. |
PhpPasswordTest::testPasswordRehashing | function | core/ |
Tests password rehashing. |
RendererTest::testRenderSortingWithSetHashSorted | function | core/ |
@covers ::render @covers ::doRender |
ReverseContainer::generateServiceIdHash | function | core/ |
Generates an identifier for a service based on the object class and hash. |
Row::getHash | function | core/ |
Returns the hash for the source values.. |
Row::rehash | function | core/ |
Recalculates the hash for the row. |
RowTest::$testHash | property | core/ |
The test hash. |
RowTest::$testHashMod | property | core/ |
The test hash after changing title value to 'new title'. |
RowTest::testHashing | function | core/ |
Tests hashing. |
Schema::hashBase64 | function | core/ |
Calculates a base-64 encoded PostgreSQL-safe sha-256 hash. |
ServiceIdHashTrait | trait | core/ |
A trait for service id hashing implementations. |
ServiceIdHashTrait.php | file | core/ |
|
ServiceIdHashTrait::generateServiceIdHash | function | core/ |
Implements \Drupal\Component\DependencyInjection\ContainerInterface::generateServiceIdHash() |
ServiceIdHashTrait::getServiceIdMappings | function | core/ |
Implements \Drupal\Component\DependencyInjection\ContainerInterface::getServiceIdMappings() |
Settings::getHashSalt | function | core/ |
Gets a salt useful for hardening against SQL injection. |
SettingsTest::providerTestGetHashSaltEmpty | function | core/ |
Data provider for testGetHashSaltEmpty. |
SettingsTest::testGetHashSalt | function | core/ |
Tests Settings::getHashSalt(). |
SettingsTest::testGetHashSaltEmpty | function | core/ |
Tests Settings::getHashSalt() with no hash salt value. |
SimpleConfigValidationTest::testDefaultConfigHashValidation | function | core/ |
|
Sql::getSourceIdsHash | function | core/ |
Retrieves the hash of the source identifier values. |
Sql::SOURCE_IDS_HASH | constant | core/ |
Column name of hashed source id values. |
ToolbarAdminMenuTest::$hash | property | core/ |
The current admin menu subtrees hash for adminUser. |
ToolbarAdminMenuTest::assertDifferentHash | function | core/ |
Checks the subtree hash of the current page with that of the previous page. |
ToolbarAdminMenuTest::getSubtreesHash | function | core/ |
Get the hash value from the admin menu subtrees route path. |
ToolbarAdminMenuTest::testLocaleTranslationSubtreesHashCacheClear | function | core/ |
Tests that toolbar cache is cleared when string translations are made. |
ToolbarAdminMenuTest::testMenuLinkUpdateSubtreesHashCacheClear | function | core/ |
Tests toolbar cache tags implementation. |
ToolbarAdminMenuTest::testModuleStatusChangeSubtreesHashCacheClear | function | core/ |
Tests Toolbar's responses to installing and uninstalling modules. |
ToolbarAdminMenuTest::testUserRoleUpdateSubtreesHashCacheClear | function | core/ |
Tests Toolbar's responses to user data updates. |
UserAuthTest::testAuthenticateWithCorrectPasswordAndNewPasswordHash | function | core/ |
Tests the authenticate method with a correct password & new password hash. |
UserLoginTest::testPasswordRehashOnLogin | function | core/ |
Tests user password is re-hashed upon login after changing $count_log2. |
UserPassRehashTest | class | core/ |
Tests user_pass_rehash(). |
UserPassRehashTest.php | file | core/ |
|
UserPassRehashTest::$modules | property | core/ |
Modules to install. |
UserPassRehashTest::testUniqueHashNoPasswordValue | function | core/ |
Tests uniqueness of hashes when no password is set. |
user_custom_pass_hash_params_test.info.yml | file | core/ |
core/modules/user/tests/modules/user_custom_pass_hash_params_test/user_custom_pass_hash_params_test.info.yml |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.