Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
PasswordInterface::PASSWORD_MAX_LENGTH constant core/lib/Drupal/Core/Password/PasswordInterface.php Maximum password length.
PasswordItem class core/lib/Drupal/Core/Field/Plugin/Field/FieldType/PasswordItem.php Defines the 'password' entity field type.
PasswordItem.php file core/lib/Drupal/Core/Field/Plugin/Field/FieldType/PasswordItem.php
PasswordItem::isEmpty function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/PasswordItem.php Determines whether the data structure is empty.
PasswordItem::preSave function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/PasswordItem.php Defines custom presave behavior for field values.
PasswordItem::propertyDefinitions function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/PasswordItem.php Defines field item properties.
PasswordItemTest class core/tests/Drupal/KernelTests/Core/Field/FieldType/PasswordItemTest.php Tests Drupal\Core\Field\Plugin\Field\FieldType\PasswordItem.
PasswordItemTest.php file core/tests/Drupal/KernelTests/Core/Field/FieldType/PasswordItemTest.php
PasswordItemTest::$field property core/tests/Drupal/KernelTests/Core/Field/FieldType/PasswordItemTest.php The field used in this test class.
PasswordItemTest::$fieldStorage property core/tests/Drupal/KernelTests/Core/Field/FieldType/PasswordItemTest.php A field storage to use in this test class.
PasswordItemTest::setUp function core/tests/Drupal/KernelTests/Core/Field/FieldType/PasswordItemTest.php Set the default field storage backend for fields created during tests.
PasswordItemTest::testPreSaveExceptionExisting function core/tests/Drupal/KernelTests/Core/Field/FieldType/PasswordItemTest.php Tests pre save exception existing.
PasswordItemTest::testPreSaveExceptionNew function core/tests/Drupal/KernelTests/Core/Field/FieldType/PasswordItemTest.php Tests pre save exception new.
PasswordItemTest::testPreSaveExistingEmptyString function core/tests/Drupal/KernelTests/Core/Field/FieldType/PasswordItemTest.php Tests pre save existing empty string.
PasswordItemTest::testPreSaveExistingMultipleSpacesString function core/tests/Drupal/KernelTests/Core/Field/FieldType/PasswordItemTest.php Tests pre save existing multiple spaces string.
PasswordItemTest::testPreSaveExistingNull function core/tests/Drupal/KernelTests/Core/Field/FieldType/PasswordItemTest.php Tests pre save existing null.
PasswordItemTest::testPreSaveNewEmptyString function core/tests/Drupal/KernelTests/Core/Field/FieldType/PasswordItemTest.php Tests pre save new empty string.
PasswordItemTest::testPreSaveNewMultipleSpacesString function core/tests/Drupal/KernelTests/Core/Field/FieldType/PasswordItemTest.php Tests pre save new multiple spaces string.
PasswordItemTest::testPreSaveNewNull function core/tests/Drupal/KernelTests/Core/Field/FieldType/PasswordItemTest.php Tests pre save new null.
PasswordItemTest::testPreSavePreHashed function core/tests/Drupal/KernelTests/Core/Field/FieldType/PasswordItemTest.php Tests pre save pre hashed.
PasswordRequirementsBcryptTest class core/tests/Drupal/KernelTests/Core/Password/PasswordRequirementsBcryptTest.php Tests Password System Requirements.
PasswordRequirementsBcryptTest.php file core/tests/Drupal/KernelTests/Core/Password/PasswordRequirementsBcryptTest.php
PasswordRequirementsBcryptTest::$modules property core/tests/Drupal/KernelTests/Core/Password/PasswordRequirementsBcryptTest.php Modules to install.
PasswordRequirementsBcryptTest::$passwordAlgorithm property core/tests/Drupal/KernelTests/Core/Password/PasswordRequirementsBcryptTest.php The password algorithm to be used during this test.
PasswordRequirementsBcryptTest::$passwordOptions property core/tests/Drupal/KernelTests/Core/Password/PasswordRequirementsBcryptTest.php The password options to be used during this test.
PasswordRequirementsBcryptTest::testRequirementsWithBcrypt function core/tests/Drupal/KernelTests/Core/Password/PasswordRequirementsBcryptTest.php Tests that password hashing generates an info requirement by default.
PasswordRequirementsDefaultTest class core/tests/Drupal/KernelTests/Core/Password/PasswordRequirementsDefaultTest.php Tests Password System Requirements.
PasswordRequirementsDefaultTest.php file core/tests/Drupal/KernelTests/Core/Password/PasswordRequirementsDefaultTest.php
PasswordRequirementsDefaultTest::$modules property core/tests/Drupal/KernelTests/Core/Password/PasswordRequirementsDefaultTest.php Modules to install.
PasswordRequirementsDefaultTest::testRequirementsWithDefaults function core/tests/Drupal/KernelTests/Core/Password/PasswordRequirementsDefaultTest.php Tests that password hashing generates an info requirement by default.
PasswordRequirementsUnknownTest class core/tests/Drupal/KernelTests/Core/Password/PasswordRequirementsUnknownTest.php Tests Password System Requirements.
PasswordRequirementsUnknownTest.php file core/tests/Drupal/KernelTests/Core/Password/PasswordRequirementsUnknownTest.php
PasswordRequirementsUnknownTest::$modules property core/tests/Drupal/KernelTests/Core/Password/PasswordRequirementsUnknownTest.php Modules to install.
PasswordRequirementsUnknownTest::$passwordAlgorithm property core/tests/Drupal/KernelTests/Core/Password/PasswordRequirementsUnknownTest.php The password algorithm to be used during this test.
PasswordRequirementsUnknownTest::$passwordOptions property core/tests/Drupal/KernelTests/Core/Password/PasswordRequirementsUnknownTest.php The password options to be used during this test.
PasswordRequirementsUnknownTest::testRequirementsWithUnknownAlgorithm function core/tests/Drupal/KernelTests/Core/Password/PasswordRequirementsUnknownTest.php Tests that password hashing generates an info requirement by default.
PasswordTest class core/tests/Drupal/Tests/Core/Render/Element/PasswordTest.php Tests Drupal\Core\Render\Element\Password.
PasswordTest.php file core/tests/Drupal/Tests/Core/Render/Element/PasswordTest.php
PasswordTest::providerTestValueCallback function core/tests/Drupal/Tests/Core/Render/Element/PasswordTest.php Data provider for testValueCallback().
PasswordTest::testValueCallback function core/tests/Drupal/Tests/Core/Render/Element/PasswordTest.php Tests value callback.
PasswordTestBase class core/tests/Drupal/KernelTests/Core/Password/PasswordTestBase.php Integration tests for the PHP password hashing service.
PasswordTestBase.php file core/tests/Drupal/KernelTests/Core/Password/PasswordTestBase.php
PasswordTestBase::$passwordAlgorithm property core/tests/Drupal/KernelTests/Core/Password/PasswordTestBase.php The password algorithm to be used during this test.
PasswordTestBase::$passwordOptions property core/tests/Drupal/KernelTests/Core/Password/PasswordTestBase.php The password options to be used during this test.
PasswordTestBase::checkSystemRequirements function core/tests/Drupal/KernelTests/Core/Password/PasswordTestBase.php Checks system runtime requirements.
PasswordTestBase::register function core/tests/Drupal/KernelTests/Core/Password/PasswordTestBase.php Registers test-specific services.
PasswordVerifyTest class core/modules/phpass/tests/src/Unit/PasswordVerifyTest.php Unit tests for password hashing API.
PasswordVerifyTest.php file core/modules/phpass/tests/src/Unit/PasswordVerifyTest.php
PasswordVerifyTest::providerLongPasswords function core/modules/phpass/tests/src/Unit/PasswordVerifyTest.php Provides the test matrix for testLongPassword().
PasswordVerifyTest::testLongPassword function core/modules/phpass/tests/src/Unit/PasswordVerifyTest.php Verifies that passwords longer than 512 bytes are not hashed.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.