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 |
|---|---|---|---|
| PhpPassword.php | file | core/ |
|
| PhpPassword::check | function | core/ |
|
| PhpPassword::hash | function | core/ |
|
| PhpPassword::needsRehash | function | core/ |
|
| PhpPassword::__construct | function | core/ |
Constructs a new password hashing instance. |
| PhpPasswordArgon2idIntegrationTest | class | core/ |
Argon2id specific integration tests for the PHP password hashing service. |
| PhpPasswordArgon2idIntegrationTest.php | file | core/ |
|
| PhpPasswordArgon2idIntegrationTest::$passwordAlgorithm | property | core/ |
|
| PhpPasswordArgon2idIntegrationTest::$passwordOptions | property | core/ |
|
| PhpPasswordArgon2idIntegrationTest::testArgon2idHashing | function | core/ |
Tests that the argon2id password hashing algorithm is used. |
| PhpPasswordBcryptIntegrationTest | class | core/ |
Bcrypt specific integration tests for the PHP password hashing service. |
| PhpPasswordBcryptIntegrationTest.php | file | core/ |
|
| PhpPasswordBcryptIntegrationTest::$passwordAlgorithm | property | core/ |
|
| PhpPasswordBcryptIntegrationTest::$passwordOptions | property | core/ |
|
| PhpPasswordBcryptIntegrationTest::testBcryptHashing | function | core/ |
Tests that the bcrypt password hashing algorithm is used. |
| PhpPasswordDefaultIntegrationTest | class | core/ |
Integration tests for the PHP password hashing service. |
| PhpPasswordDefaultIntegrationTest.php | file | core/ |
|
| PhpPasswordDefaultIntegrationTest::testDefaultHashing | function | core/ |
Tests that the default password hashing algorithm is used. |
| PhpPasswordTest | class | core/ |
Unit tests for password hashing API. |
| PhpPasswordTest.php | file | core/ |
|
| PhpPasswordTest::$password | property | core/ |
The raw password. |
| PhpPasswordTest::$passwordHash | property | core/ |
The hashed password. |
| PhpPasswordTest::$passwordHasher | property | core/ |
The password hasher under test. |
| PhpPasswordTest::providerLongPasswords | function | core/ |
Provides the test matrix for testLongPassword(). |
| PhpPasswordTest::setUp | function | core/ |
|
| PhpPasswordTest::testEmptyHash | function | core/ |
Tests password check in case provided hash is NULL. |
| PhpPasswordTest::testLongPassword | function | core/ |
Verifies that passwords longer than 512 bytes are not hashed. |
| PhpPasswordTest::testPasswordChecking | function | core/ |
Tests password hashing. |
| PhpPasswordTest::testPasswordNeedsUpdate | function | core/ |
Tests a password needs update. |
| PhpPasswordTest::testPasswordRehashing | function | core/ |
Tests password rehashing. |
| PhpPasswordUnknownAlgorithmIntegrationTest | class | core/ |
Integration tests for the PHP password hashing service. |
| PhpPasswordUnknownAlgorithmIntegrationTest.php | file | core/ |
|
| PhpPasswordUnknownAlgorithmIntegrationTest::$passwordAlgorithm | property | core/ |
|
| PhpPasswordUnknownAlgorithmIntegrationTest::$passwordOptions | property | core/ |
|
| PhpPasswordUnknownAlgorithmIntegrationTest::testUnknownAlgorithmHashing | function | core/ |
Tests that the default password hashing algorithm is used. |
| PhpRequirements | class | core/ |
Provides an object for dynamically identifying the minimum supported PHP. |
| PhpRequirements.php | file | core/ |
|
| PhpRequirements::$drupalMinimumPhp | property | core/ |
The minimum PHP version requirement for the installed Drupal version. |
| PhpRequirements::$phpEolDates | property | core/ |
The expected PHP version end-of-life dates, keyed by PHP minor version. |
| PhpRequirements::getMinimumSupportedPhp | function | core/ |
Dynamically identifies the minimum supported PHP version based on the date. |
| PhpRequirements::__construct | function | core/ |
This class should not be instantiated. |
| PhpRequirementsTest | class | core/ |
Tests the \Drupal\Core\Utility\PhpRequirements class. |
| PhpRequirementsTest.php | file | core/ |
|
| PhpRequirementsTest::providerMinimumSupportedPhp | function | core/ |
Data provider for ::testMinimumSupportedPhp(). |
| PhpRequirementsTest::testMinimumSupportedPhp | function | core/ |
Tests the minimum supported PHP for valid scenarios. |
| PhpRequirementsTest::testPhpEolDates | function | core/ |
Ensures that PHP EOL dates are valid. |
| PhpRequirementTest | class | core/ |
Tests the output of PHP requirements on the status report. |
| PhpRequirementTest.php | file | core/ |
|
| PhpRequirementTest::$defaultTheme | property | core/ |
|
| PhpRequirementTest::setUp | function | core/ |
Pagination
- Previous page
- Page 1262
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.