Search for password
- Search 7.x for password
- Search 9.5.x for password
- Search 8.9.x for password
- Search 11.x for password
- Other projects
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| password | service | core/ |
Drupal\Core\Password\PhpPassword |
| password | service | core/ |
Drupal\Core\Password\PhpPassword |
| Password | class | core/ |
Provides a form element for entering a password, with hidden text. |
All search results
| Title | Object type | File name | Summary |
|---|---|---|---|
| PasswordConfirm::validatePasswordConfirm | function | core/ |
Validates a password_confirm element. |
| PasswordConfirm::valueCallback | function | core/ |
Determines how user input is mapped to an element's #value property. |
| PasswordConfirmTest | class | core/ |
@coversDefaultClass \Drupal\Core\Render\Element\PasswordConfirm[[api-linebreak]] @group Render |
| PasswordConfirmTest.php | file | core/ |
|
| PasswordConfirmTest::providerTestValueCallback | function | core/ |
Data provider for testValueCallback(). |
| PasswordConfirmTest::testValueCallback | function | core/ |
@covers ::valueCallback[[api-linebreak]] |
| 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/ |
The theme to install as the default for testing. |
| 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. |
| PasswordHashingLegacyTest | class | core/ |
Unit tests for deprecated password hashing API. |
| PasswordHashingLegacyTest.php | file | core/ |
|
| PasswordHashingLegacyTest::testDeprecation | function | core/ |
@covers \Drupal\Core\Password\PhpassHashedPassword[[api-linebreak]] |
| 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/ |
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]] |
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.