Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| PasswordConfirm::valueCallback | function | core/ |
|
| PasswordConfirmTest | class | core/ |
Tests Drupal\Core\Render\Element\PasswordConfirm. |
| PasswordConfirmTest.php | file | core/ |
|
| PasswordConfirmTest::providerTestValueCallback | function | core/ |
Data provider for testValueCallback(). |
| PasswordConfirmTest::testValueCallback | function | core/ |
Tests value callback. |
| PasswordConfirmWidgetTest | class | core/ |
Tests the JS components added to the PasswordConfirm render element. |
| PasswordConfirmWidgetTest.php | file | core/ |
|
| PasswordConfirmWidgetTest::$assert | property | core/ |
WebAssert object. |
| PasswordConfirmWidgetTest::$defaultTheme | property | core/ |
|
| PasswordConfirmWidgetTest::$testUser | property | core/ |
User for testing. |
| PasswordConfirmWidgetTest::setUp | function | core/ |
|
| PasswordConfirmWidgetTest::testFillConfirmOnly | function | core/ |
Tests the password confirm widget so that only confirm input is filled. |
| PasswordConfirmWidgetTest::testPasswordConfirmMessage | function | core/ |
Ensures that password match message is visible when widget is initialized. |
| PasswordConfirmWidgetTest::testPasswordConfirmWidgetJsComponents | function | core/ |
Tests the components added to the password confirm widget. |
| PasswordGeneratorInterface | interface | core/ |
Interface for generating passwords. |
| PasswordGeneratorInterface.php | file | core/ |
|
| PasswordGeneratorInterface::generate | function | core/ |
Generates a password. |
| PasswordInterface | interface | core/ |
Secure password hashing functions for user authentication. |
| PasswordInterface.php | file | core/ |
|
| PasswordInterface::check | function | core/ |
Check whether a plain text password matches a hashed password. |
| 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/ |
|
| PasswordItem::preSave | function | core/ |
|
| PasswordItem::propertyDefinitions | function | core/ |
|
| PasswordItemTest | class | core/ |
Tests Drupal\Core\Field\Plugin\Field\FieldType\PasswordItem. |
| 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/ |
|
| PasswordItemTest::testPreSaveExceptionExisting | function | core/ |
Tests pre save exception existing. |
| PasswordItemTest::testPreSaveExceptionNew | function | core/ |
Tests pre save exception new. |
| PasswordItemTest::testPreSaveExistingEmptyString | function | core/ |
Tests pre save existing empty string. |
| PasswordItemTest::testPreSaveExistingMultipleSpacesString | function | core/ |
Tests pre save existing multiple spaces string. |
| PasswordItemTest::testPreSaveExistingNull | function | core/ |
Tests pre save existing null. |
| PasswordItemTest::testPreSaveNewEmptyString | function | core/ |
Tests pre save new empty string. |
| PasswordItemTest::testPreSaveNewMultipleSpacesString | function | core/ |
Tests pre save new multiple spaces string. |
| PasswordItemTest::testPreSaveNewNull | function | core/ |
Tests pre save new null. |
| PasswordItemTest::testPreSavePreHashed | function | core/ |
Tests pre save pre hashed. |
| PasswordRequirementsBcryptTest | class | core/ |
Tests Password System Requirements. |
| PasswordRequirementsBcryptTest.php | file | core/ |
|
| PasswordRequirementsBcryptTest::$modules | property | core/ |
|
| PasswordRequirementsBcryptTest::$passwordAlgorithm | property | core/ |
|
| PasswordRequirementsBcryptTest::$passwordOptions | property | core/ |
|
| PasswordRequirementsBcryptTest::testRequirementsWithBcrypt | function | core/ |
Tests that password hashing generates an info requirement by default. |
| PasswordRequirementsDefaultTest | class | core/ |
Tests Password System Requirements. |
| PasswordRequirementsDefaultTest.php | file | core/ |
Pagination
- Previous page
- Page 1238
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.