Search for password_
- Search 7.x for password_
- Search 9.5.x for password_
- Search 8.9.x for password_
- Search 10.3.x for password_
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
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. |
PasswordInterface::PASSWORD_MAX_LENGTH | constant | core/ |
Maximum password length. |
PasswordItem | class | core/ |
Defines the 'password' entity field type. |
PasswordItem.php | file | core/ |
|
PasswordItem::isEmpty | function | core/ |
Determines whether the data structure is empty. |
PasswordItem::preSave | function | core/ |
Defines custom presave behavior for field values. |
PasswordItem::propertyDefinitions | function | core/ |
Defines field item properties. |
PasswordItemTest | class | core/ |
@coversDefaultClass \Drupal\Core\Field\Plugin\Field\FieldType\PasswordItem[[api-linebreak]] @group Field |
PasswordItemTest.php | file | core/ |
|
PasswordItemTest::$field | property | core/ |
The field used in this test class. |
PasswordItemTest::$fieldStorage | property | core/ |
A field storage to use in this test class. |
PasswordItemTest::setUp | function | core/ |
Set the default field storage backend for fields created during tests. |
PasswordItemTest::testPreSaveExceptionExisting | function | core/ |
@covers ::preSave[[api-linebreak]] |
PasswordItemTest::testPreSaveExceptionNew | function | core/ |
@covers ::preSave[[api-linebreak]] |
PasswordItemTest::testPreSaveExistingEmptyString | function | core/ |
@covers ::preSave[[api-linebreak]] |
PasswordItemTest::testPreSaveExistingMultipleSpacesString | function | core/ |
@covers ::preSave[[api-linebreak]] |
PasswordItemTest::testPreSaveExistingNull | function | core/ |
@covers ::preSave[[api-linebreak]] |
PasswordItemTest::testPreSaveNewEmptyString | function | core/ |
@covers ::preSave[[api-linebreak]] |
PasswordItemTest::testPreSaveNewMultipleSpacesString | function | core/ |
@covers ::preSave[[api-linebreak]] |
PasswordItemTest::testPreSaveNewNull | function | core/ |
@covers ::preSave[[api-linebreak]] |
PasswordItemTest::testPreSavePreHashed | function | core/ |
@covers ::preSave[[api-linebreak]] |
PasswordTest | class | core/ |
@coversDefaultClass \Drupal\Core\Render\Element\Password[[api-linebreak]] @group Render |
PasswordTest.php | file | core/ |
|
PasswordTest::providerTestValueCallback | function | core/ |
Data provider for testValueCallback(). |
PasswordTest::testValueCallback | function | core/ |
@covers ::valueCallback[[api-linebreak]] |
PasswordVerifyTest | class | core/ |
Unit tests for password hashing API. |
PasswordVerifyTest.php | file | core/ |
|
PasswordVerifyTest::providerLongPasswords | function | core/ |
Provides the test matrix for testLongPassword(). |
PasswordVerifyTest::testLongPassword | function | core/ |
Verifies that passwords longer than 512 bytes are not hashed. |
PasswordVerifyTest::testPasswordCheckSupported | function | core/ |
Tests that check() verifies passwords if hash settings are supported. |
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. |
PasswordVerifyTest::testWithinBounds | function | core/ |
Tests the hash count boundaries are enforced. |
password_generator | service | core/ |
Drupal\Core\Password\DefaultPasswordGenerator |
PhpassHashedPassword.php | file | core/ |
|
PhpassHashedPasswordBase | class | core/ |
Legacy password hashing framework. |
PhpassHashedPasswordBase.php | file | core/ |
|
PhpassHashedPasswordBase::$ITOA64 | property | core/ |
Returns a string for mapping an int to the corresponding base 64 character. |
PhpassHashedPasswordBase::base64Encode | function | core/ |
Encodes bytes into printable base 64 using the *nix standard from crypt(). |
PhpassHashedPasswordBase::check | function | core/ |
Check whether a plain text password matches a hashed password. |
PhpassHashedPasswordBase::crypt | function | core/ |
Hash a password using a secure stretched hash. |
PhpassHashedPasswordBase::enforceLog2Boundaries | function | core/ |
Ensures that $count_log2 is within set bounds. |
PhpassHashedPasswordBase::getCountLog2 | function | core/ |
Parses the log2 iteration count from a stored hash or setting string. |
PhpassHashedPasswordBase::hash | function | core/ |
Hash a password using a secure hash. |
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/ |
Check whether a hashed password needs to be replaced with a new hash. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.