Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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/ |
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/ |
Set the default field storage backend for fields created during tests. |
| 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/ |
Modules to install. |
| PasswordRequirementsBcryptTest::$passwordAlgorithm | property | core/ |
The password algorithm to be used during this test. |
| PasswordRequirementsBcryptTest::$passwordOptions | property | core/ |
The password options to be used during this test. |
| 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/ |
|
| PasswordRequirementsDefaultTest::$modules | property | core/ |
Modules to install. |
| PasswordRequirementsDefaultTest::testRequirementsWithDefaults | function | core/ |
Tests that password hashing generates an info requirement by default. |
| PasswordRequirementsUnknownTest | class | core/ |
Tests Password System Requirements. |
| PasswordRequirementsUnknownTest.php | file | core/ |
|
| PasswordRequirementsUnknownTest::$modules | property | core/ |
Modules to install. |
| PasswordRequirementsUnknownTest::$passwordAlgorithm | property | core/ |
The password algorithm to be used during this test. |
| PasswordRequirementsUnknownTest::$passwordOptions | property | core/ |
The password options to be used during this test. |
| PasswordRequirementsUnknownTest::testRequirementsWithUnknownAlgorithm | function | core/ |
Tests that password hashing generates an info requirement by default. |
| PasswordTest | class | core/ |
Tests Drupal\Core\Render\Element\Password. |
| PasswordTest.php | file | core/ |
|
| PasswordTest::providerTestValueCallback | function | core/ |
Data provider for testValueCallback(). |
| PasswordTest::testValueCallback | function | core/ |
Tests value callback. |
| PasswordTestBase | class | core/ |
Integration tests for the PHP password hashing service. |
| PasswordTestBase.php | file | core/ |
|
| PasswordTestBase::$passwordAlgorithm | property | core/ |
The password algorithm to be used during this test. |
| PasswordTestBase::$passwordOptions | property | core/ |
The password options to be used during this test. |
| PasswordTestBase::checkSystemRequirements | function | core/ |
Checks system runtime requirements. |
| PasswordTestBase::register | function | core/ |
Registers test-specific services. |
| 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. |
Pagination
- Previous page
- Page 1062
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.